feat(testing): Added different db support

This commit is contained in:
Muhammed Mustafa
2022-10-11 12:41:40 +05:30
parent d4e7071485
commit 6e575348c8
4 changed files with 9 additions and 5 deletions

View File

@@ -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": "",