Skip to content

Commit

Permalink
add browser smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Nov 30, 2024
1 parent 95090e0 commit 6620e42
Show file tree
Hide file tree
Showing 7 changed files with 1,801 additions and 707 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,16 @@ jobs:
working-directory: ./packages/arpc-core
- run: bun test
working-directory: ./packages/arpc-core

browser-test:
name: "Run browser smoke test"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: npm ci
working-directory: ./packages/arpc-core
- name: Install playwright browsers
run: npx playwright install --with-deps
working-directory: ./packages/arpc-core
- run: npm run smoke:browser
working-directory: ./packages/arpc-core
Loading

0 comments on commit 6620e42

Please sign in to comment.