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
docker run --rm -ti -v $PWD:/app -p 7357:7357 careerjsm/emberjs-docker-testing:latest bash
Now that you are in the container, you can run the following command ember test --server
.