Webdriverio generated allure-results xml doesnt populate results to Xray
See original GitHub issueDescribe the bug Execution of test doesn’t populate to Xray All env vars are set
ALLURE_JIRA_ENDPOINT=https://jira.zzz.com/rest
ALLURE_JIRA_USERNAME=some_user
ALLURE_JIRA_PASSWORD=some_pass
ALLURE_XRAY_ENABLED=true
ALLURE_XRAY_EXECUTION_ISSUES=YYY-28
To Reproduce
run allure generate --clean allure-results && allure open
for given xml
https://pastebin.com/AjcswL56
Expected behavior corresponding Xray tickets will be updated
Observed behavior Allure report is generated, but jira/xray statuses - not updated
> allure generate --clean allure-results && allure open
Report successfully generated to allure-report
Starting web server...
2020-04-16 11:57:05.382:INFO::main: Logging initialized @224ms to org.eclipse.jetty.util.log.StdErrLog
Server started at <http://192.168.72.127:54400/>. Press <Ctrl+C> to exit
Environment (please complete the following information):
| Allure version | 2.13.0 | npm dependencies
"devDependencies": {
"@wdio/allure-reporter": "^6.0.14",
"@wdio/cli": "^6.0.16",
"@wdio/dot-reporter": "^6.0.16",
"@wdio/local-runner": "^6.0.16",
"@wdio/mocha-framework": "^6.0.16",
"@wdio/sync": "^6.0.16",
"chai": "^4.2.0",
"chromedriver": "^81.0.0",
"wdio-chromedriver-service": "^6.0.2"
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
pushing allure xml report to Xray using webdriver.io (Framework
We are using webdriver.io with JavaScript with jasmine and also we are generating allure report ... Now we want to put the results...
Read more >Allure Reporter - WebdriverIO
A WebdriverIO reporter plugin to create Allure Test Reports.
Read more >How To Generate Allure Report In WebdriverIO and Attach ...
In this video, we will discuss how to generate html report in webdriverio. Allure Reporterhttps://webdriver.io/docs/ allure -reporterWDIO ...
Read more >webdriverio/webdriverio - Gitter
Hello guys, new to webdriverio. I am trying to understand how webdriverio is working, as I was reading about it, from 4 version...
Read more >Generating allure reports in webdriverio - Khyati Sehgal
"report.ci" : "allure generate report/allure-results --clean -o allure-report" ,. },. I have created these scripts , you can use any of them as ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dimkin-eu sry +:( just two days)))
I’m found the problem and working on real world example right now. I need couple days for that.