...
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
Scenario 1: I have existing automation scenarios, but do not have any cases corresponding to them in AIO Tests. I want to create cases from my existing automation tests.
...