Skip to content

Repository files navigation

Example of Cucumber Tests with a world object to manage state.

  • Important Notes

    • since you can't have multiple world objects, you typically create a flexible world object that has optional properties for all items in all features you are testing.
    • Each test is run in an sandboxed area, so you will never have state bleed between tests. and each test gets a new clean world object at the start.
  • VS Code Extensions

  • To Investigate More

    • Cucumber Studios

    • AssertThat BDD & Cucumber for Jira: This plugin streamlines the BDD process by allowing users to create and manage BDD scenarios directly within Jira. It integrates with test automation frameworks and provides features for collaboration and reporting.

    • CucumberStudio - BDD & Test Management: This add-on enables linking CucumberStudio scenarios, tests, and test results with Jira issues in real-time. It facilitates reporting bug reports found during test runs to Jira projects.

    • Behave Pro: BDD in Jira with Cucumber: Designed with the Product Owner in mind, this plugin offers features for creating and managing BDD scenarios in Jira, including an advanced Cucumber linter and parser, automatic table formatting, and helpful step completion.

    • Xray Test Management for Jira: While not exclusively a Cucumber plugin, Xray provides comprehensive test management capabilities within Jira, including support for Cucumber tests. It allows users to define scenarios as Tests in Jira, link them to requirements, and import Cucumber test results.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages