Integrate Zephyr with Gitlab CI and Webdriver.io
We want to automate the creation of test cycles and marking the tests as executed. We have Zephyr for Jira 5.6.2 and A.T.O.M. We have about 70 test cases added to the Zephyr. Automated tests are written in Webdriver.io (JS framework based on selenium). Automatic tests are run in gitlab CI after each deploy to the RC server. Can these tools be integrated with each other? Flow: 1. Before each run, create a test cycle with all automated tests. (Based on template, label, component or something) 2. If the each test case passes in CI it is marked in jira as passed or if test case fail is marked as failed? 3. When all the tests are done report is made in zephyr? Is such a thing possible? Or should it be approached differently?4.4KViews0likes1CommentImport test result in A.T.O.M - framework explanation
Hello. I'm trying to upload JUnit test result xml file, but I'm always receiving failure status:Please select valid test results file or automation framework How can I check what's wrong with my file? Second question, what kind of reports are mean by Selenium?1.6KViews0likes1CommentImporting automation results duplicates creation of test cases
I've noticed when trying out a further import of cucumber test execution results that, the import does not recognise that a test cases for that scenario was created with the first import, and so duplicates creation of test case. is this expected ? I'd like to be able to see one test case with all test executions of that test attached to it. This is especially important for regression.Solved1KViews0likes2Comments