Skip to content

Commit 4737091

Browse files
committed
chore: add test:e2e scripts to package.json
1 parent 5ad320b commit 4737091

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"test:watch": "vitest",
1616
"lint": "eslint .",
1717
"format": "prettier --write .",
18-
"format:check": "prettier --check ."
18+
"format:check": "prettier --check .",
19+
"test:e2e": "playwright test",
20+
"test:e2e:ui": "playwright test --ui"
1921
},
2022
"dependencies": {
2123
"@asciidoctor/core": "^4.0.6",

0 commit comments

Comments
 (0)