test(ci): add quality gates, e2e data prep, and i18n integration coverage
This commit is contained in:
@ -18,9 +18,10 @@
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"test:e2e": "bun run db:generate && playwright test",
|
||||
"test:e2e:headed": "bun run db:generate && playwright test --headed",
|
||||
"test:e2e:ui": "bun run db:generate && playwright test --ui",
|
||||
"test:e2e:prepare": "bun run db:generate && bun run db:migrate:deploy && bun run db:seed",
|
||||
"test:e2e": "bun run test:e2e:prepare && playwright test",
|
||||
"test:e2e:headed": "bun run test:e2e:prepare && playwright test --headed",
|
||||
"test:e2e:ui": "bun run test:e2e:prepare && playwright test --ui",
|
||||
"commitlint": "commitlint --last",
|
||||
"changelog:preview": "conventional-changelog -p conventionalcommits -r 0",
|
||||
"changelog:release": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s",
|
||||
|
||||
Reference in New Issue
Block a user