Skip to content

Commit

Permalink
fix: added playwright to run vite tests (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo authored Nov 11, 2024
1 parent e12c40c commit 7514e2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
registry-url: 'https://npm.pkg.github.com/'
- run: yarn install

- name: Install playwright dependencies (for sample Vite dApp tests)
run: yarn playwright install

- run: yarn build

- name: Start Thor solo node
Expand Down

1 comment on commit 7514e2f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
98.99% (4336/4380) 97.61% (1390/1424) 98.99% (890/899)
Title Tests Skipped Failures Errors Time
core 809 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 20s ⏱️
network 726 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 50s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.981s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.825s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 3s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 24s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 12s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 6s ⏱️

Please sign in to comment.