You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to track our test results to submit test reports to stakeholders and/or a compliance organism. In my case, we are using Xray, a JIRA app, to track coverage of security, safety and privacy requirements.
Other test case management app such as Testrail, also exist on the market and would most probably benefit from this.
The test case id wouldn't change on its own. Some flows (if not all) would be manually given a specific test case id that matches a test case key from our test case management app. That id would be shown in the .xml report that can then be used to upload the results of the test execution in the test case management app.
Currently, the JUnit report that Maestro provides includes such a field, but there is no way to change it.
Use case
We need to be able to track our test results to submit test reports to stakeholders and/or a compliance organism. In my case, we are using Xray, a JIRA app, to track coverage of security, safety and privacy requirements.
Other test case management app such as Testrail, also exist on the market and would most probably benefit from this.
The test case id wouldn't change on its own. Some flows (if not all) would be manually given a specific test case id that matches a test case key from our test case management app. That id would be shown in the .xml report that can then be used to upload the results of the test execution in the test case management app.
Currently, the JUnit report that Maestro provides includes such a field, but there is no way to change it.
Proposal
The YAML of the flow could look like this:
The JUnit output would then look like this:
Anything else?
Xray documentation about uploading test execution results
The text was updated successfully, but these errors were encountered: