1.1.0 • Published 2 years ago

@dbouckaert/rabbit-helpers v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

What is rabbit-helpers?

...

Installing

npm version

Install rabbit-helpers for Mac, Linux, or Windows

npm install @dbouckaert/rabbit-helpers --save-dev

License

license

This project is licensed under the terms of the MIT license.

Getting started

Include the module into your test suite. const {..,..} = require('@dbouckaert/rabbit-helpers')

Initiation

...

before(async function () {
  // FIRST: setting variables for zephyrHelpers (without the project ID)
  await init({
    username: credentials.username,
    password: credentials.password,
  });
});

...