WebDriver: Launch Ladybird with --force-new-process

This allows multiple WPT tests to be run in parallel with using the
`--processes` option.
This commit is contained in:
Tim Ledbetter 2024-06-18 08:11:09 +01:00 committed by Andreas Kling
parent 5ca2f4dfd7
commit c14dc77349

View File

@ -46,6 +46,7 @@ static ErrorOr<pid_t> launch_browser(ByteString const& socket_path)
}
arguments.append("--allow-popups");
arguments.append("--force-new-process");
arguments.append("about:blank");