Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

CareerJSM/emberjs-docker-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 lugana707/emberjs-docker-testing:latest bash

Run Your Tests

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

# ember test --server

About

Docker container for running Ember.js tests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 74.1%
  • Shell 25.9%