...
Expand | ||
---|---|---|
| ||
|
Anchor | ||||
---|---|---|---|---|
|
Cucumber JSON | Description | AIO Tests Mapping | Run Status |
---|---|---|---|
Passed | Passed step | Passed | Passed, if and only if, all steps are passed |
Failed | Failed step | Failed | Failed, if even a single step is failed |
Skipped | Step was not executed due to failure in a previous step | Not Run | In Progress, if one step is Not Run and other steps are passed. Failed , if any step is failed and others are Not Run |
Undefined | Step does not have a corresponding implemented step definition | Not Run | In Progress, if one step is Not Run and other steps are passed. Failed , if any step is failed and others are Not Run |
...
Mapping Cucumber Tests to AIO Tests
Anchor | ||||
---|---|---|---|---|
|
Since these tests do not exist in AIO Tests yet, you can simply Import the Cucumber JSON report, either through the Import Results REST API or through the Cycles tab in AIO Tests.
...
Post execution of a Cucumber suite, the cucumber-<xxx>.json file can be uploaded either via
AIO Tests REST APIs call using multipart form data to upload file
Please follow the above links to continue to import results using either of the options.
...