dollarshaveclub / e2e

Make End-to-End Testing Great For Once
MIT License
32 stars 3 forks source link

Get Dockerfile to working condition #37

Open mkj28 opened 5 years ago

mkj28 commented 5 years ago

Why Needed the following:

Optimizations:

Testing 1) Dockerfile builds 2) This passing: docker run -it e2e:latest 3) This passing: docker run -it -v $(PWD)/tests:/mytests e2e:latest /mytests/**/*.js