Skip to content

Commit

Permalink
Move everything to Node runner; no concurrency for now
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 5, 2024
1 parent d9a9b91 commit 3afaf29
Show file tree
Hide file tree
Showing 66 changed files with 2,317 additions and 2,969 deletions.
2 changes: 2 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ However, the web-platform-tests project is not fully comprehensive. If you need

**To run the to-upstream web-platform-tests:** `npm run test-tuwpt`

TODO fgrep doesn't work any more and `--node-test-pattern` doesn't interact well with npm scripts and also displays all the skipped tests.

**To run specific web-platform-tests already enabled via `to-run.yaml`**: `npm run test-wpt -- --fgrep dom/events`

**To run specific to-upstream web-platform-tests**: `npm run test-tuwpt -- --fgrep domparsing`
Expand Down

0 comments on commit 3afaf29

Please sign in to comment.