@springworks/api-sheriff

v1.1.3
Tests a node server firing generated requests (using its Swagger spec) at it

test

NODE_ENV=test istanbul cover _mocha

test-no-cov

NODE_ENV=test mocha

test-acceptance

NODE_ENV=test istanbul cover _mocha -- --fgrep '/acceptance/'

test-component

NODE_ENV=test istanbul cover _mocha -- --fgrep '/component/'

test-unit

NODE_ENV=test istanbul cover _mocha -- --fgrep '/unit/'

lint

eslint --cache .

build

rm -rf build && babel src --out-dir build --copy-files

prepublish

yarn run build

semantic-release

semantic-release pre && npm publish && semantic-release post
npm i @springworks/[email protected]

Metadata

Downloads

Maintainers