First of all, I have to say i have found this orbs very useful.
I use the 'pwa' and 'test' jobs. Sometimes the 'test' job fails at the 'E2E testing' step. Build was successful and the 'Unit testing' too. The first time i used this it worked perfectly. If I Rerun manually from the circleci web then it works fine. The CircleCI log is
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
: Compiled successfully.
[18:24:03] I/launcher - Running 1 instances of WebDriver
[18:24:03] I/direct - Using ChromeDriver directly...
[18:24:03] E/launcher - unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
(Driver info: chromedriver=85.0.4183.87 (cd6713ebf92fa1cacc0f1a598df280093af0c5d7-refs/branch-heads/4183@{#1689}),platform=Linux 4.15.0-1077-aws x86_64)
[18:24:03] E/launcher - WebDriverError: unknown error: Chrome failed to start: exited abnormally.
First of all, I have to say i have found this orbs very useful.
I use the 'pwa' and 'test' jobs. Sometimes the 'test' job fails at the 'E2E testing' step. Build was successful and the 'Unit testing' too. The first time i used this it worked perfectly. If I Rerun manually from the circleci web then it works fine. The CircleCI log is