Sign inSign up

jburuchaga/node_e2e

By jburuchaga

Updated almost 7 years ago

Docker for e2e test on Node JS

Image
0

1.5K

jburuchaga/node_e2e repository overview

node-e2e

Docker with Node JS 8.0.15 + Google Chrome for E2E Testing

Run test using this docker image, example Dockerfile:

FROM jburuchaga/node_e2e:latest

RUN mkdir /app
COPY . /app
WORKDIR /app
RUN rm -rf node_modules
RUN npm install --no-optional

ENTRYPOINT ["sh", "-c", "npm run test"]

Tag summary

Content type

Image

Digest

Size

472.2 MB

Last updated

almost 7 years ago

docker pull jburuchaga/node_e2e