Skip to content

Commit

Permalink
added wait-on package dependency. Updated the wait-on path.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-dynamsoft committed Aug 27, 2024
1 parent d7ffc18 commit c5ef3bf
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:

- name: Wait for server to be ready
run: |
npx wait-on http://localhost:5173/minimum-elements.html
npx wait-on http://localhost:5173/
- name: Run Playwright tests
run: npx playwright test --base-url=http://localhost:5173
run: npx playwright test

- name: Upload test results
if: always()
Expand Down
180 changes: 180 additions & 0 deletions VINScanner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion VINScanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"playwright": "^1.46.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"vite": "^4.4.0"
"vite": "^4.4.0",
"wait-on": "^8.0.0"
},
"dependencies": {
"wait-on": "^8.0.0"
}
}

0 comments on commit c5ef3bf

Please sign in to comment.