Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 923 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 923 Bytes

Docker Image for Ember Testing

This Docker image, will setup a system so your ember tests can be executed inside the container itself.

Supported tags and respective Dockerfile links

Run the Image

docker run --rm -ti -v "$PWD":/app -p 7357:7357 bookerdev/emberjs-docker-testing bash

Run Your Tests

Now that you are in the container, you can run the following command

# ember test --server