mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:17:16 +00:00
feat(testing): Added quick test, added isEmptyProject option to test setup to have project created with no sakila tables
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "TRACE=true npx playwright test --workers=4",
|
||||
"quick-test": "TRACE=true PW_QUICK_TEST=1 npx playwright test --workers=4",
|
||||
"test-debug": "./startPlayWrightServer.sh; PW_TEST_REUSE_CONTEXT=1 PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:31000/ PWDEBUG=console npx playwright test -c playwright.config.ts --headed --project=chromium --retries 0 --timeout 0 --workers 1 --max-failures=1",
|
||||
"test-debug-quick-sqlite": "./startPlayWrightServer.sh; PW_QUICK_TEST=1 PW_TEST_REUSE_CONTEXT=1 PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:31000/ PWDEBUG=console npx playwright test -c playwright.config.ts --headed --project=chromium --retries 0 --timeout 5 --workers 1 --max-failures=1",
|
||||
"ci-test-mysql": "E2E_DB_TYPE=mysql npx playwright test --workers=2"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user