Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test suites - mention JS specs and environment jasmine #241

Merged
merged 1 commit into from
Aug 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test suites - mention JS specs and environment jasmine
  • Loading branch information
himdel committed Aug 7, 2017
commit 9a5a7ed92c035fef5f4febab56e4de4a9e03adc3
6 changes: 6 additions & 0 deletions developer_setup/running_test_suites.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,9 @@ Note you do not need `PARALLEL=true` using `parallel_rspec`.
make all of this possible - Go check out the documentation to learn even more
things you can do with running ManageIQ tests in parallel!


### Running JS specs

The rake task (`rake spec:javascript` in ui-classic) runs all the JS specs in `spec/javascripts/**/*_spec.js` in a headless browser.

For debugging, `rake environment jasmine` runs a webserver listening on `localhost:8888`.