guard-jasmine
The Swiss Army knife for automated Jasmine specs in your console.
File Explorer
Download Latest Version (.zip)- guard-jasmine
- guard-jasmine-debug
- Guardfile
- install_generator.rb
- guard-jasmine.coffee
- guard-reporter.coffee
- guard-reporter_spec.coffee
- guard-jasmine.js
- guard-reporter.js
- Guardfile
- cli.rb
- coverage.rb
- formatter.rb
- inspector.rb
- runner.rb
- server.rb
- task.rb
- util.rb
- version.rb
- jasmine.rb
- guard-jasmine-with-asset-pipeline.graffle
- guard-jasmine-with-asset-pipeline.jpg
- guard-jasmine-without-asset-pipeline.graffle
- guard-jasmine-without-asset-pipeline.jpg
- coverage.json
- failure.json
- success.json
- cli_spec.rb
- formatter_spec.rb
- inspector_spec.rb
- runner_spec.rb
- server_spec.rb
- util_spec.rb
- version_spec.rb
- jasmine_spec.rb
- spec_helper.rb
- .dir-locals.el
- .gitignore
- .rspec
- .rubocop.yml
- .rubocop_todo.yml
- .travis.yml
- .yardopts
- CHANGELOG.md
- CONTRIBUTING.md
- Gemfile
- guard-jasmine.gemspec
- Guardfile
- LICENSE
- package.json
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/guard/guard-jasmine
Downloads the entire project code from GitHub to your computer.
cd guard-jasmine
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install -g istanbul
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
script: 'bundle exec guard-jasmine --server-timeout=60'
Type this command into your terminal and run it.
script: 'rake spec && bundle exec guard-jasmine'
Type this command into your terminal and run it.
$ bundle exec rake -T jasmine
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
