sudo npm install -g jasmine-dom
$ jasmine-dom --runner /path/to/your/SpecRunner.html --format nice
Failed:
- In /path/to/your/SpecRunner.html >> Example functions
>> Should fail!! :: Expected 3 to equal 8.
$ jasmine-dom --runner path/to/your/SpecRunner.html --server 8081
---
test_one:
name: Example test one
runner: ./runner.html
test_two:
name: Example test two
runner: ./runner2.html
$ jasmine-dom --config path/to/config.yml --format nice
Failed:
- In Example test two >> Example functions (some more)
>> Should fail!! :: Expected false to be truthy.
- In Example test one >> Example functions
>> Should fail!! :: Expected 3 to equal 8.