react-crossroads
v0.13.2
Published
Client side router for web applications built with React and utilizing the Flux architecture. The backing routing engine is CrossroadsJs.
Downloads
19
Maintainers
Readme
React Crossroads (still in alpha stage of development)
Client side router for web applications built with React and utilizing the Flux architecture. The backing routing engine is CrossroadsJs.
Running the integration tests
The tests need to be able to find chromedriver on the path. On mac install via homebrew with brew install chromedriver
then run:
$ gulp integration-test-ci
If you are actively working on the codebase then open two bash shells, and on the first one run the integration test server:
$ gulp integration-test-server
Then you can open the integration test pages in your browser to debug, in your second shell you can run the tests at any time against that server:
$ gulp integration-test