Skip to content

Commit

Permalink
chore(test): Replaced tap/mocha/chai with node:test runner (#1502)
Browse files Browse the repository at this point in the history
* Replaced tap/mocha/chai with node:test runner
  • Loading branch information
Pupix authored Jan 27, 2025
1 parent 0c43d79 commit 09e0f66
Show file tree
Hide file tree
Showing 11 changed files with 8,110 additions and 16,298 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm start & npm run test:qa
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run UI tests
run: npm start & npm run test:qa
- uses: actions/upload-artifact@v4
with:
name: qa-reports
Expand Down
Loading

0 comments on commit 09e0f66

Please sign in to comment.