Merged in bugfix/VBV-455-retrigger-cypress-tests-on-rerun (pull request #145)
Retrigger cypress tests of workflow "rerun" Approved-by: Daniel Egger
This commit is contained in:
commit
4a1a0cca9c
|
|
@ -5,7 +5,7 @@
|
|||
"build": "npm install --prefix client && npm run build --prefix client && npm run build:tailwind --prefix client",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"cypress:open": "cypress open",
|
||||
"cypress:ci": "cypress-cloud run --parallel --record",
|
||||
"cypress:ci": "cypress-cloud run --parallel --record --ci-build-id $(echo -n ${BITBUCKET_STEP_UUID}-${BITBUCKET_BUILD_NUMBER})",
|
||||
"prettier": "npm run prettier --prefix client",
|
||||
"vue-i18n-extract": "npm run vue-i18n-extract --prefix client"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue