132
edits
No edit summary |
m (→How to Use It) |
||
| Line 9: | Line 9: | ||
If you don't wish to run all of the available tests, and only run a sub-section of them, you can filter tests via the URL, like so: | If you don't wish to run all of the available tests, and only run a sub-section of them, you can filter tests via the URL, like so: | ||
* [http://dromaeo.com/? | * [http://dromaeo.com/?3d http://dromaeo.com/?3d] (this will only run 3d-related tests) | ||
* [http://dromaeo.com/? | * [http://dromaeo.com/?string http://dromaeo.com/?string] (this will only run String-related tests) | ||
You have full regular expression support so something like the following will work, as well: | You have full regular expression support so something like the following will work, as well: | ||
* [http://dromaeo.com/?( | * [http://dromaeo.com/?(3d|string) http://dromaeo.com/?(3d|string)] (only run 3d or String-related tests) | ||
=== Running the Tests === | === Running the Tests === | ||
edits