results-collection icon indicating copy to clipboard operation
results-collection copied to clipboard

Add --no-pause flag to wpt run

Open jeffcarp opened this issue 7 years ago • 2 comments

This might speed up our runs. Brought up by @JKereliuk

jeffcarp avatar Nov 03 '17 20:11 jeffcarp

I'm not sure if this makes a difference for runs with a lot of tests as opposed to single run tests, I'm going to look at what it actually does under the hood though....

kereliuk avatar Nov 03 '17 21:11 kereliuk

It means that it won't pause until the browser is closed after each test. You should supply it because by default we'll pause if we are only running one tests (common debugging behaviour, uncommon on CI), but it won't make any performance difference.

jgraham avatar Nov 04 '17 13:11 jgraham