Skip to content

Commit

Permalink
Don't install chrome. The chrom driver is enough?
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Nov 27, 2024
1 parent 950ee7e commit d2dd35f
Show file tree
Hide file tree
Showing 2 changed files with 2,589 additions and 1,516 deletions.
3 changes: 0 additions & 3 deletions integration-tests.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ RUN apt-get update && apt-get install -yq \
xdg-utils \
wget

RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install

RUN ./scripts/install-chromedriver.sh

CMD npm run integration-test
Loading

0 comments on commit d2dd35f

Please sign in to comment.