Add selector timeout (shorter than the default one) to test commands
This commit is contained in:
parent
9516a2e1e6
commit
287c6df29f
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
"lint": "eslint --cache src/ *.js",
|
||||
"fmt": "eslint --cache --fix src/ *.js",
|
||||
"test": "karma start",
|
||||
"test-chromium": "testcafe \"chromium:headless --disable-dev-shm-usage\" -S -s tests/screenshots tests/acceptance",
|
||||
"test-firefox": "testcafe firefox:headless -S -s tests/screenshots tests/acceptance"
|
||||
"test-chromium": "testcafe \"chromium:headless --disable-dev-shm-usage\" --selector-timeout 5000 -S -s tests/screenshots tests/acceptance",
|
||||
"test-firefox": "testcafe firefox:headless --selector-timeout 5000 -S -s tests/screenshots tests/acceptance"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
|
|
Loading…
Reference in a new issue