Skip to content

Commit

Permalink
Switch e2e typescript selenium tests to selenium/standalone-chrome:8…
Browse files Browse the repository at this point in the history
…7.0 (eclipse-che#18696)

Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
  • Loading branch information
Ohrimenko1988 authored Dec 23, 2020
1 parent ecd2d2f commit 35a4032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenium/standalone-chrome:3.141.59-20201119
FROM selenium/standalone-chrome:87.0

ENV DISPLAY=':20'

Expand All @@ -16,6 +16,8 @@ COPY --chown=0:0 entrypoint.sh /tmp/
RUN mkdir /tmp/e2e && \
chmod -R 777 /tmp/e2e

RUN sed -i "s/nodaemon=true/nodaemon=false/" /etc/supervisord.conf

COPY e2e/package.json e2e/package-lock.json /tmp/e2e/

RUN cd /tmp/e2e && \
Expand Down

0 comments on commit 35a4032

Please sign in to comment.