AssertThat
AssertThat plugin is a BDD App supporting User Story Collaboration, Test Automation and Test Management tools all in Jira.
AssertThat main features are: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.