Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SuttonKyle committed Mar 20, 2024
1 parent 2a957da commit e3a12e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
- name: Install Node.js dependencies
run: npm ci

- name: Test
run: npm run serve-example

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run Playwright tests
run: npx playwright test
env:
PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }}

- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mblink/document-viewer.git"
"url": "git+https://github.com/mblink/document-viewer-ts.git"
},
"keywords": [
"document",
Expand All @@ -49,9 +49,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mblink/document-viewer/issues"
"url": "https://github.com/mblink/document-viewer-ts/issues"
},
"homepage": "https://github.com/mblink/document-viewer#readme",
"homepage": "https://github.com/mblink/document-viewer-ts#readme",
"devDependencies": {
"@playwright/test": "^1.42.1",
"@testing-library/react-hooks": "^7.0.2",
Expand Down

0 comments on commit e3a12e4

Please sign in to comment.