Commit 1b10f825 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

Merge branch 'selenium-chromium' into 'master'

selenium-chromium

See merge request !3
parents 9621a17f b0a961d0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -24,3 +24,9 @@ build-cypress:
    DIR: cypress
    NAME: cypress

build-selenium-chromium:
  extends: .build-base
  variables:
    BASE: debian:sid
    DIR: selenium-chromium
    NAME: selenium-chromium
+6 −0
Original line number Diff line number Diff line
@@ -12,3 +12,9 @@ The stock cypress base image is based on debian 10, ours is based on debian 11 s
Our image also has the openjdk preinstalled which the stock version does not have.

`registry.reset.inso-w.at/pub/docker/cypress:latest`

### Image with selenium and chromium

For tests that use java, node, selenium, chromium

`registry.reset.inso-w.at/pub/docker/selenium-chromium:latest`
+5 −0
Original line number Diff line number Diff line
FROM debian:sid
RUN apt-get update && apt-get -y install vim curl wget rsync grep maven ssh git gitinspector nodejs npm docker gradle mkdocs maven chromium xvfb openjdk-17-jdk

RUN npm install protractor -g
RUN webdriver-manager update