samvera / samvera-circleci-orb

An orb with a set of tasks to centralize testing infrastructure for Samvera Core Components
Apache License 2.0
0 stars 3 forks source link

Update the executors (and documentation) to reference circleci/browser-tools for using headless Chrome for functional test suites #65

Open jrgriffiniii opened 2 years ago

jrgriffiniii commented 2 years ago

https://github.com/CircleCI-Public/cimg-ruby/blob/main/2.7/browsers/Dockerfile and https://github.com/CircleCI-Public/cimg-ruby/blob/main/2.7/node/Dockerfile provide the best practices supported by CircleCI

jrgriffiniii commented 2 years ago

https://github.com/samvera/samvera-circleci-orb/blob/main/src/executors/ruby.yml#L10 indicates that this may already have headless chrome installed.

jrgriffiniii commented 2 years ago

https://github.com/samvera/browse-everything/pull/407 features an excellent example of this.