...
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.
...
Code Block |
---|
@P0 @AIO-FOLDER-Imports/Cucumber Scenario: Trees effect on global warming Given There are no trees numbered in a given region When Each user plants a tree and updates Then The temperature is updated in the temperature log When Temperature is captured over a few days Then The graph should show the relation between the number of trees and temperature |
...
Scenario Outline
Cases created before Scenario Outline/Examples support 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.
...