CircleCI-Public / cimg-shared

Shared resources for prototype convenience images
MIT License
12 stars 14 forks source link

Fix: Enabled browser variants for arm64 #93

Closed BytesGuy closed 11 months ago

BytesGuy commented 11 months ago

This PR enables arm64 images to have browser variants.

This is achieved by using the latest Selenium server.

Note: This needs to be tested further before approval as the newer version of selenium server has a breaking change. To echo the way it used to function, it now needs to be called as java -jar /usr/local/bin/selenium.jar standalone rather than just java -jar /usr/local/bin/selenium.jar

Also note: Chrome install is skipped as packages are not available.

Opening this PR for review now, but we should hold back on merging until it is thoroughly checked over. I plan to run some test image builds and run them against sample projects. This may require adjustments to the browser tools orb too(?)