This image was built to resolve issue #378
Sample Dockerfile
FROM cypress/base:manjaro-14.12.0
RUN npm install --save-dev cypress
RUN $(npm bin)/cypress verify
RUN $(npm bin)/cypress run
This image was built to resolve issue #378
Sample Dockerfile
FROM cypress/base:manjaro-14.12.0
RUN npm install --save-dev cypress
RUN $(npm bin)/cypress verify
RUN $(npm bin)/cypress run