broutertesting/README.md

19 lines
506 B
Markdown
Raw Permalink Normal View History

2018-11-03 19:14:35 +01:00
BRouter profiles testing
========================
2019-10-07 14:32:55 +02:00
Here is a very simple web application to help test, compare and
2018-11-03 19:14:35 +01:00
review [BRouter](https://github.com/abrensch/brouter) profiles.
2019-10-07 14:32:55 +02:00
You need to have a working BRouter instance to run the tests against it. More
details about the expected `segments` files and configuration is available
within the webapp.
## Add a new test case
Test cases are stored in a JSON-like structure in the `tests.js` file.
2018-11-03 19:14:35 +01:00
## License
2019-10-07 14:32:55 +02:00
This code is licensed under an MIT license.