AssertThat

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

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.

A person holding a Node.js sticker with a blurred background, close-up shot.

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 [email protected] or a Try it for free – AssertThat BDD & Cucumber for Jira

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top