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
there is a way to install selenium grid and run cucumbers on a separate container, that will remove the need to install chrome and do all the hacks to get the chromedriver, we just need to patch the cucumber-env.rb on the fly, this will remove the need to keep maintaining the cucumber integration and potentially we can paralelize the execution on the local machine, another great feature that testing edge or firefox its painless
there is a way to install selenium grid and run cucumbers on a separate container, that will remove the need to install chrome and do all the hacks to get the chromedriver, we just need to patch the cucumber-env.rb on the fly, this will remove the need to keep maintaining the cucumber integration and potentially we can paralelize the execution on the local machine, another great feature that testing edge or firefox its painless
MA has a similar feature for arm macs; https://github.com/health-connector/enroll/blob/master/.devcontainer/docker-compose.yml
The text was updated successfully, but these errors were encountered: