/
Cucumber
Our documentation site has been updated to AIO Tests Knowledge Base
Cucumber
AIO Tests provides integration with Cucumber tests by allowing users to import their Cucumber based tests/scenarios into AIO Tests, either by mapping to existing cases or by creating new ones from the Cucumber results json file. Since AIO Tests relies only on the JSON report generated by Cucumber, the tests can be written in any of the supporting languages like Ruby, Perl, Java, Javascript, etc.
Having the automated results reporting in AIO Tests, can help in having a holistic view of coverage of requirements (unit to manual to functional and end-to-end automated tests).
This article discusses how to import your existing Cucumber scenarios as AIO Tests and how to capture their execution results in AIO.
- 1 Cucumber
- 2 Status Mapping Cucumber → AIO Tests
- 3 Mapping Cucumber tests to AIO Tests
- 3.1 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.
- 3.2 Scenario 2 : I have created my scenarios in AIO Tests. Now I am automating those. How do I define a mapping?
- 3.3 Scenario 3 : I have mapped scenarios in my feature files to AIO Tests. My steps have been updated. Do I need to update them in AIO Tests as well?
- 4 Mapping a case to a folder
- 5 Scenario Outline
- 6 Screenshots for failed Cases
- 7 Importing Results