Skip to content

Commit

Permalink
Temporarily disable e2e tests during deployment
Browse files Browse the repository at this point in the history
ISSUE: ADPM-34
  • Loading branch information
goran-stamenkovski-logeecom committed Oct 11, 2023
1 parent d100336 commit 16772e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "npm run unit",
"test-ci": "c8 npm run test-run && npm run check-coverage",
"test-run": "npm run unit && npm run integration && npm run e2e",
"test-run": "npm run unit && npm run integration",
"check-coverage": "c8 check-coverage --lines 89",
"unit": "mocha --file ./test/unit/mock-default-confg.js \"test/unit/**/*.spec.js\"",
"integration": "mocha --file ./test/initial-integration-test-set-up.js \"test/integration/**/*.spec.js\"",
Expand Down

0 comments on commit 16772e0

Please sign in to comment.