CircleCI Node Images with Browsers
Building a Node project with Circle and want access to browser binaries? The default circleci/node
image doesn’t come with them installed, which threw a spanner in the works when attempting to run some tests. Circle maintain an exhaustive list of images one can use: any Node version appended with -browsers
will come installed with Chrome, Firefox, OpenJDK v11, and Geckodriver.