~xibo-maintainers/xibo/tempel

1
2
3
4
5
6
7
8
FROM cypress/base

COPY cypress.json ./
COPY cypress/ ./

RUN npm install --save-dev --slient cypress

RUN $(npm bin)/cypress verify