Jonathan Huang fc7911a2e0 Fix Pointmap Selection Tool Example 5 (#12)
* [EXAMPLES] fix selection tool example

* [TRAVIS] fixed file path for after success
2017-05-05 11:09:34 -07:00
..
2015-12-31 17:59:27 -08:00
2017-02-13 15:20:37 -08:00

Charting Examples

To run the examples locally, go to the root directory and run:

npm start

Running Integration Tests

The integrations tests for the charting examples are written in Elixir using the Hound library.

To run the tests, first install the selenium server by running from the root directory:

npm run selenium:install

Then start the selenium server:

npm run selenium:start

Next, go into the example/test directory and run:

mix deps.get

Once that is done, you can run the tests with:

mix test