Skip to content

Commit

Permalink
Merge pull request #241 from himdel/tests-ui
Browse files Browse the repository at this point in the history
test suites - mention JS specs and environment jasmine
  • Loading branch information
martinpovolny authored Aug 7, 2017
2 parents a9f3246 + 9a5a7ed commit 074e83a
Showing 1 changed file with 6 additions and 0 deletions.
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`.

0 comments on commit 074e83a

Please sign in to comment.