Skip to main content
Version: 9.0.0

AssertThat

AssertThat plugin is a BDD App supporting User Story Collaboration, Test Automation and Test Management tools all in Jira.

AssertThat main features are:
  • BDD Editor: create feature files for your project, add tags and scenarios and linking them to User Stories in Jira
  • Collaborate: easier refinement and bulk update scenarios, steps and tags ensuring time is spent on the right activities
  • Automated Testing: export feature files as an input and import results files as part of test automation pipeline
  • Reporting: Automatically link existing defects against failed tests
  • The plugin is activated from the config file as follows:

        plugins:
    [{name: 'assertThat',
    options:
    {
    projectId: 10342, //The Jira Project Id
    accessKey: `your access key`, //The Jira Project access Key
    secretKey: `your secret key`, //The Jira Project secret Key
    autoDownload: true, //Set wither to auto download features on each start of the process
    autoUpload: true //Set wither to auto upload reports on each end of the process
    }
    }]
    note

    For further details, the documentation can be found here.