Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this workflow, Tests are created and managed in Jira, thus Jira will be the master for the Cucumber scenarios.

Gliffy Diagram
namestandard_cucumber_workflow
pagePin1


  1. Specify Cucumber tests using natural language, in Jira.
  2. Export Cucumber features from Jira to the CI environment, using the REST API.
  3. Implement tests in code and commit them to the source code versioning system.
  4. Execute tests in the CI environment.
  5. Report results to Xray, using the REST API.

...