Skip to content

Commit

Permalink
fix: update the e2e scripts to use --log-level (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Nov 10, 2021
1 parent 54d0939 commit 2e527d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"lint:e2e-tests": "cd e2e-tests && substrate-dev-run-lint",
"build:e2e-tests": "(cd e2e-tests && substrate-exec-tsc)",
"test:e2e-tests": "yarn build:e2e-tests && node ./e2e-tests/build/index.js --config=./e2e-tests/jest.config.js",
"test:init-e2e-tests": "yarn start:e2e-scripts",
"test:init-e2e-tests:polkadot": "yarn start:e2e-scripts --chain polkadot",
"test:init-e2e-tests:kusama": "yarn start:e2e-scripts --chain kusama",
"test:init-e2e-tests:westend": "yarn start:e2e-scripts --chain westend",
"test:init-e2e-tests:statemine": "yarn start:e2e-scripts --chain statemine",
"test:init-e2e-tests": "yarn start:e2e-scripts --log-level=http",
"test:init-e2e-tests:polkadot": "yarn test:init-e2e-tests --chain polkadot",
"test:init-e2e-tests:kusama": "yarn test:init-e2e-tests --chain kusama",
"test:init-e2e-tests:westend": "yarn test:init-e2e-tests --chain westend",
"test:init-e2e-tests:statemine": "yarn test:init-e2e-tests --chain statemine",
"start:e2e-scripts": "yarn build:scripts && node scripts/build/runChainTests.js",
"build:scripts": "substrate-exec-rimraf scripts/build/ && cd scripts && substrate-exec-tsc",
"lint:scripts": "cd scripts && substrate-dev-run-lint",
Expand Down

0 comments on commit 2e527d3

Please sign in to comment.