diff --git a/README.md b/README.md index ea889d9..5480401 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,18 @@ You can use the list format of `ROBOT_RUN_TESTS` as a way to specify the order i Robot creates an HTML test report describing test successes/failures. -To view the report, runt the following: +To view the report, run the following: +####For Mac+Linux: ``` open .acceptance/report.html ``` +####For Windows: +``` +start chrome .acceptance/report.html +``` + Note: by default, the tests will output to the `.acceptance/` directory. To modify this location, set the `ROBOT_OUTPUT_DIR` environment variable.