Skip to content

Commit

Permalink
prepare-e2e hack
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 29, 2024
1 parent 36b536a commit 4a82fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"test:types": "tsc -p . --noEmit",
"test:types:examples": "tsc -p examples --noEmit",
"test:spec": "vitest run --project=spec",
"test:e2e": "run-s e2e:*",
"test:e2e": "run-s prepare-e2e e2e:*",
"prepare-e2e": "test -z $CI || node node_modules/puppeteer/install.mjs",
"e2e:01_counter": "server-test examples:01_counter http://localhost:8080 'vitest run --project=e2e 01_counter'",
"e2e:02_person": "server-test examples:02_person http://localhost:8080 'vitest run --project=e2e 02_person'",
"e2e:03_usestate": "server-test examples:03_usestate http://localhost:8080 'vitest run --project=e2e 03_usestate'",
Expand Down

0 comments on commit 4a82fe6

Please sign in to comment.