We are happy to announce release of AssertThat Node.js package which provides smooth integration between test automation framework of choice and AssertThat BDD Jira plugin
Full details of the integration with Node.js can be found on GitHub.

To install :
npm install @assertthat/assertthat-bdd --saveAnd start using for downloading feature files:
var assertThat = require('assertthat-bdd');
assertThat.downloadFeatures({
"projectId": PROJECT_ID,
"accessKey": "ASSERTTHAT_ACCESS_KEY",
"secretKey": "ASSERTTHAT_SECRET_KEY"
}, function() {
// some optional callback code
});And uploading test automation reports:
var assertThat = require('assertthat-bdd');
assertThat.uploadReports({
"projectId": PROJECT_ID,
"accessKey": "ASSERTTHAT_ACCESS_KEY",
"secretKey": "ASSERTTHAT_SECRET_KEY"
}, function() {
// some optional callback code
});Free Trial
If you would like a free demo or trial then please get in contact with us at [email protected] or a Try it for free – AssertThat BDD & Cucumber for Jira

