Skip to content

Commit

Permalink
chore: Add imposter script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinc committed May 31, 2023
1 parent dec7002 commit 2e9244d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"test:coverage": "nyc --reporter=lcov --reporter=text-summary yarn test",
"test:watch": "mocha --watch",
"mocks": "yarn run wiremock --port 8010 --root-dir test/mocks",
"mocks:imposter": "imposter up test/imposter --port 8010",
"test:browser": "wait-on tcp:127.0.0.1:8010 tcp:127.0.0.1:5010 && API_BASE_URL=http://127.0.0.1:8010 MOCK_API=true cucumber-js --config test/browser/cucumber.js --tags \"not @skip\"",
"test:browser:ci": "npm-run-all -p -r start:ci mocks test:browser",
"test:browser:only": "wait-on tcp:127.0.0.1:8010 tcp:127.0.0.1:5010 && API_BASE_URL=http://127.0.0.1:8010 MOCK_API=true cucumber-js --config test/browser/cucumber.js --tags \"@only and not @skip\"",
Expand Down

0 comments on commit 2e9244d

Please sign in to comment.