Skip to content

Commit

Permalink
Tweak after #6655
Browse files Browse the repository at this point in the history
Electron is no longer used in WebStorm and Chrome is used to run tests,
we can't use headless until WebGL is supported.
  • Loading branch information
mramato committed Jul 27, 2018
1 parent 70029c6 commit da79edb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Run_tests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Documentation/Contributors/TestingGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,6 @@ You can run or debug the tests by using the first two buttons. The third button

This runner has lots of options, such as only showing failing tests or automatically re-running the tests on a test interval (great for development when combined with `fdefineSuite`!). You can hover over each of the buttons to see what they do.

The WebStorm configuration uses Chrome Headless as the browser, which runs Chrome inside of a node process and no browser window pops up while testing. If you ever have a need to run a specific browser from within WebStorm, simply click the `Run tests` combo box and select `edit configuration`. From there it's self-explanatory.'

To make jumping between the source and spec files easier download the [Cesium WebStorm plugin](https://github.com/AnalyticalGraphicsInc/cesium-webstorm-plugin).

## Resources
Expand Down

0 comments on commit da79edb

Please sign in to comment.