fix(benchpress): adjust supported browser names for headless chrome [fixit]#56360
fix(benchpress): adjust supported browser names for headless chrome [fixit]#56360pkozlowski-opensource wants to merge 1 commit intoangular:mainfrom
Conversation
The chrome version controlled by selenium reports chrome-headless-shell in the current setup. This fix accounts for the updated browser name.
|
@devversion I'm not sure if this is the right place to fix but it looks like |
|
@pkozlowski-opensource it seems like a reasonable change, but I'm not aware of the issue. What's the issue we are seeing right now? |
@devversion any benchmark at main fails to start now with the: and the root cause I've tracked down is to the change in the browser name we are getting from the |
There was a problem hiding this comment.
Confirming that I reproduce the same in main. I would fix this similarly. LGTM!
|
This PR was merged into the repository by commit 31d9fa4. The changes were merged into the following branches: main, 18.0.x |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The chrome version controlled by selenium reports chrome-headless-shell in the current setup. This fix accounts for the updated browser name.