This Docker image, will setup a system so your ember tests can be executed inside the container itself.
Based on repository here: https://github.com/BookerSoftwareInc/emberjs-docker-testing.
- latest
- 12.8.1
- 14.18.0
docker run --rm -ti -v $PWD:/app -p 7357:7357 careerjsm/docker-emberjs-testing:latest bash
Now that you are in the container, you can run the following command ember test --server
.