tdl-client

0.22.1 • Public • Published

Node Version npm Codeship Status for julianghionoiu/tdl-client-nodejs Coverage Status

tdl-client-nodejs

npm install

To run the acceptance tests, start the WireMock servers:

python wiremock/wiremock-wrapper.py start 41375
python wiremock/wiremock-wrapper.py start 8222

And the broker, with:

python broker/activemq-wrapper.py start

Run tests

npm test

npm run example

If you want to run the Spec file in your IDE you need to pass -r ./test to cucumber-js

To release

npm login

npm config ls

For new version of Spec npm version minor

For patches without changing the Spec npm version patch

npm publish

Then go to https://www.npmjs.com/~

Other notes:

  • the major version needs to be changed in package.json
  • the deployment has not been configured to run on the CI server

Readme

Keywords

Package Sidebar

Install

npm i tdl-client

Weekly Downloads

11

Version

0.22.1

License

Apache-2.0

Unpacked Size

62.8 kB

Total Files

33

Last publish

Collaborators

  • julianghionoiu