mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 21:15:58 +00:00
feat(testing): Added different db support
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npx playwright test",
|
||||
"test-debug": "npx playwright test -c playwright.config.ts test --headed --project=chromium --repeat-each 1 --retries 0 --timeout 0 --workers 1 --max-failures=1"
|
||||
"test": "npx playwright test --workers=6",
|
||||
"test-debug": "PWDEBUG=console npx playwright test -c playwright.config.ts test --headed --project=chromium --repeat-each 1 --retries 0 --timeout 0 --workers 1 --max-failures=1",
|
||||
"ci-test-mysql": "E2E_TYPE=mysql npx playwright test --workers=2"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user