mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 09:12:28 +03:00
add dev mode to playwright tests
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
"postjest": "full-coverage",
|
||||
"jest:node": "jest --runInBand --detectOpenHandles --selectProjects node --testPathPattern",
|
||||
"jest:jsdom": "jest --runInBand --detectOpenHandles --selectProjects jsdom --testPathPattern",
|
||||
"playwright": "playwright test --quiet",
|
||||
"playwright": "playwright test",
|
||||
"postplaywright": "playwright-merge-coverage && full-coverage",
|
||||
"playwright:dev": "playwright test --workers 1"
|
||||
"playwright:dev": "playwright test --workers 1 --timeout 0 --global-timeout 0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user