Skip to content

Instantly share code, notes, and snippets.

@mendicantx
Created March 12, 2012 19:01
Show Gist options
  • Save mendicantx/2023983 to your computer and use it in GitHub Desktop.
Save mendicantx/2023983 to your computer and use it in GitHub Desktop.
Pros and Cons of Phantomjs
Pros
- Command Line based
- can use report runners that get tied in to CI environments (we use team city and can fail on failed specs)
- Includes built in support for fixtures/dom/etc
Cons
- With our current solution, you have to manage and maintain the SpecRunner.html (seems jasmine gem builds this for you)
Other
- Command line program is OS Specific -- Might need to package a different command line client for OSX/Windows/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment