Skip to content

Commit

Permalink
test: refactor WPTRunner and enable parallel WPT execution
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 20, 2023
1 parent 607715e commit 505b768
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 159 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ test-wpt: all
test-wpt-report:
$(RM) -r out/wpt
mkdir -p out/wpt
WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
-WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"

.PHONY: test-internet
test-internet: all
Expand Down
Loading

0 comments on commit 505b768

Please sign in to comment.