Skip to content

spidasoftware/ember-test-opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Ember Test Opener

Open ember tests from testem results.

ember-test-opener

Installation

  1. Make sure testem isn't launching browsers. Use your main browser by editing testem config and setting launch_in_dev to an empty list as seen here
  2. If you want to use the tamper monkey script, install tamper monkey browser extension
  3. Add the tamper monkey script or make tamper-monkey-script.js a bookmarklet if you want.

Usage

  1. Run node /path/to/server.js in your ember app directory. (It assumes the tests directory is in the current directory.)
  2. Open ember tests in your main browser http://localhost:7357/
  3. Command + Click the test your want to open (the red or blue test row or inside the expanded test box).
  4. The server should open the test module in your text editor and go to the first line of the test.

About

Open ember tests from testem results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published