We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9273c5f commit 09a30b0Copy full SHA for 09a30b0
tests/e2e/package.json
@@ -17,7 +17,7 @@
17
"test": "yarn test:chrome",
18
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
19
"test:desktop:ci": "ts-node ./desktop.runner.ts",
20
- "test:desktop": "testcafe electron tests/ --browser-init-timeout 180000 -e -r html:./report/desktop-report.html,spec -q attemptLimit=3,successThreshold=1 -s"
+ "test:desktop": "testcafe electron tests/ --browser-init-timeout 180000 -e -r html:./report/desktop-report.html,spec -q attemptLimit=3,successThreshold=1"
21
},
22
"keywords": [],
23
"author": "",
0 commit comments