Glib Briia

Apr 1, 20191 min

@assertthat/assertthat-bdd Node.js package released!

We are happy to announce release of assertthat-bdd package for Node.js 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 --save

And 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 support@assertthat.com or a Try it for free - AssertThat BDD & Cucumber for Jira

    620
    2