Skip to content

Commit

Permalink
test: write e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Sep 14, 2024
1 parent 2861d10 commit 8df828f
Show file tree
Hide file tree
Showing 17 changed files with 2,970 additions and 2,526 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm test
env:
DETECT_CHROMEDRIVER_VERSION: true
- run: npm run build
- name: Run Tests
uses: coactions/setup-xvfb@v1
with:
run: npm test
Loading

0 comments on commit 8df828f

Please sign in to comment.