Skip to content

Commit

Permalink
test: refactor WPTRunner and enable parallel WPT execution
Browse files Browse the repository at this point in the history
PR-URL: nodejs#47635
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
panva authored Apr 25, 2023
1 parent 146b613 commit a5ce18f
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 167 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 a5ce18f

Please sign in to comment.