Skip to content

Commit

Permalink
Add test-codegen script
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Jun 30, 2024
1 parent d7d30df commit 52542fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"CLSID",
"cmake",
"cmdver",
"codegen",
"colorbar",
"Colorstr",
"colspan",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
},
"scripts": {
"test": "playwright test --reporter=list",
"test-codegen": "run-p test-codegen:server test-codegen:codegen",
"test-codegen:server": "npm run start-server -- --no-browser",
"test-codegen:codegen": "npx playwright codegen http://localhost:1998",
"lint": "cspell-cli lint .",
"start": "run-p watch-fs-index start-server",
"start-server": "live-server --port=1998 --ignore=node_modules/,.git/,.history/,.idea/,.vscode/,test/,coverage/,test-results/,playwright-report/,blob-report/,playwright/.cache/,package.json,package-lock.json,README.md,LICENSE,CNAME,cspell.json,.gitignore,.gitattributes .",
Expand Down

0 comments on commit 52542fb

Please sign in to comment.