...
Status Mapping Cucumber → AIO Tests
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
...
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
...