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: #47635
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
panva authored and targos committed May 2, 2023
1 parent bf9a52c commit 84fa9fd
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 84fa9fd

Please sign in to comment.