mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-06 15:57:05 +00:00
update test scripts to exclude livness tests (#5529)
Signed-off-by: Jasmin <jasmin@hardcoreeng.com>
This commit is contained in:
parent
220f6eaeb4
commit
0c4ff22173
@ -19,10 +19,10 @@
|
|||||||
"format": "format tests",
|
"format": "format tests",
|
||||||
"ci": "playwright install --with-deps chromium",
|
"ci": "playwright install --with-deps chromium",
|
||||||
"test": "",
|
"test": "",
|
||||||
"uitest": "playwright test -c ./tests/playwright.config.ts",
|
"uitest": "playwright test -c ./tests/playwright.config.ts --grep-invert '@livness'",
|
||||||
"dev-uitest": "cross-env PLATFORM_URI=http://localhost:8080 PLATFORM_TRANSACTOR=ws://localhost:3333 SETTING=storage-dev.json SETTING_SECOND=storageSecond-dev.json playwright test -c ./tests/playwright.config.ts",
|
"dev-uitest": "cross-env PLATFORM_URI=http://localhost:8080 PLATFORM_TRANSACTOR=ws://localhost:3333 SETTING=storage-dev.json SETTING_SECOND=storageSecond-dev.json playwright test -c ./tests/playwright.config.ts --grep-invert '@livness'",
|
||||||
"debug": "playwright test -c ./tests/playwright.config.ts --debug --headed",
|
"debug": "playwright test -c ./tests/playwright.config.ts --debug --headed",
|
||||||
"dev-debug": "cross-env PLATFORM_URI=http://localhost:8080 PLATFORM_TRANSACTOR=ws://localhost:3333 SETTING=storage-dev.json SETTING_SECOND=storageSecond-dev.json playwright test -c ./tests/playwright.config.ts --debug --headed",
|
"dev-debug": "cross-env PLATFORM_URI=http://localhost:8080 PLATFORM_TRANSACTOR=ws://localhost:3333 SETTING=storage-dev.json SETTING_SECOND=storageSecond-dev.json playwright test -c ./tests/playwright.config.ts --debug --headed --grep-invert '@livness'",
|
||||||
"codegen": "playwright codegen --load-storage storage.json http://localhost:8083/workbench/sanity-ws/",
|
"codegen": "playwright codegen --load-storage storage.json http://localhost:8083/workbench/sanity-ws/",
|
||||||
"dev-codegen": "cross-env playwright codegen --load-storage storage-dev.json http://localhost:8080/workbench/sanity-ws/",
|
"dev-codegen": "cross-env playwright codegen --load-storage storage-dev.json http://localhost:8080/workbench/sanity-ws/",
|
||||||
"allure:generate": "allure generate allure-results -o allure-report --clean"
|
"allure:generate": "allure generate allure-results -o allure-report --clean"
|
||||||
|
Loading…
Reference in New Issue
Block a user