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 a56f648 commit dbfd0f3Copy full SHA for dbfd0f3
package.json
@@ -24,7 +24,7 @@
24
"test:types": "tslint -c ./tslint.json --project ./tsconfig.json",
25
26
"test:cypress": "cypress run --record",
27
- "test:cypress:ci": "cypress run --record --parallel",
+ "test:cypress:ci": "cypress run --record --parallel --ci-build-id=$BUILD_ID",
28
"test:coverage": "jest --detectLeaks --coverage",
29
30
"build:examples": "webpack --config examples/webpack.config.js --mode production",
0 commit comments