Skip to content

Commit

Permalink
[wasm] Add another error snippet (#656)
Browse files Browse the repository at this point in the history
On Windows helix I am getting this error:

    [13:34:28] crit: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
                      ---> OpenQA.Selenium.WebDriverException: unknown error: Chrome failed to start: crashed.

Add another snippet so that Activation is repeated when we get this
error.
  • Loading branch information
radekdoulik committed Jun 28, 2021
1 parent 0720df0 commit 0bc5e50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ protected override async Task<ExitCode> InvokeInternal(ILogger logger)
string[] err_snippets = new[]
{
"exited abnormally",
"Cannot start the driver service"
"Cannot start the driver service",
"failed to start"
};

foreach (var file in Directory.EnumerateFiles(Arguments.OutputDirectory, $"{driverName}-*.log"))
Expand Down

0 comments on commit 0bc5e50

Please sign in to comment.