You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Target encountered an error, this error occasionally occurs in my UI tests pipelines.
UITests-Runner (25705) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Test crashed with signal kill before starting test execution.))
OR
UITests-Runner (25705) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted.)
Suggested Regex
[ \t]*(.*?)\((\d+)\) encountered an error \((.*?)(\(Underlying Error:\s*(.*?)\))?\)
What's the uncaptured output?
Target encountered an error, this error occasionally occurs in my UI tests pipelines.
OR
Suggested Regex
[ \t]*(.*?)\((\d+)\) encountered an error \((.*?)(\(Underlying Error:\s*(.*?)\))?\)
There are 4 capture groups to match
Suggested Output
No response
Additional Context
Examples on regex101.com https://regex101.com/r/NKP8gr/1
The text was updated successfully, but these errors were encountered: