question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Webdriverio generated allure-results xml doesnt populate results to Xray

See original GitHub issue

Describe 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:open
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
eroshenkoamcommented, Jul 13, 2020

@dimkin-eu sry +:( just two days)))

1reaction
eroshenkoamcommented, Jul 13, 2020

I’m found the problem and working on real world example right now. I need couple days for that.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found