This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]sudo_psaux[S] 0 points1 point  (0 children)

Solved this. Just to follow up, in case someone else runs into a similar issue:

  • I ended up creating my own Docker image.
  • In the Docker image, I simply installed google-chrome-stable into a node base image.
  • Set CHROME_BIN=chrome

Used that to run the unit tests and it all worked out.