fix(e2e): stabilize local test execution, reset db credentials and add ignore filters
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m58s
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m58s
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:headed": "playwright test --headed",
|
||||
"test:e2e:public-smoke": "playwright test --project=\"Public Smoke\" tests/e2e/public-smoke.spec.ts",
|
||||
"test:e2e:admin-smoke": "playwright test --project=\"Admin Smoke\" tests/e2e/admin-smoke.spec.ts"
|
||||
"test:e2e:admin-smoke": "playwright test --project=\"Admin Smoke\" tests/e2e/admin-smoke.spec.ts",
|
||||
"test:local": "python scripts/run_local_tests.py"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.57.0"
|
||||
|
||||
Reference in New Issue
Block a user