update commands and workflows

This commit is contained in:
Rene Haas
2022-10-21 13:18:21 +02:00
parent 896d6b23ac
commit 99963244e1
4 changed files with 15 additions and 16 deletions
+4 -4
View File
@@ -42,14 +42,14 @@
"sideEffects": ["*.css", "*.scss", "*.sass"],
"scripts": {
"build": "rollup -c",
"test": "jest --coverage && playwright test --grep-invert @special",
"test": "jest --coverage",
"e2e": "playwright test --grep-invert @special",
"e2e:dev": "playwright test --workers 1 --timeout 0 --global-timeout 0",
"jest": "jest --coverage --testPathPattern",
"jest:node": "jest --selectProjects node --testPathPattern",
"jest:jsdom": "jest --selectProjects jsdom --testPathPattern",
"playwright": "playwright test --grep-invert @special",
"playwright:dev": "playwright test --workers 1 --timeout 0 --global-timeout 0",
"posttest": "playwright-merge-coverage && full-coverage",
"postjest": "full-coverage",
"postplaywright": "playwright-merge-coverage && full-coverage"
"poste2e": "playwright-merge-coverage && full-coverage"
}
}