Skip to content

Commit

Permalink
Fixed #5 by Adding OS specific commands
Browse files Browse the repository at this point in the history
Signed-off-by: Skylar Calvert <skydrewcal@gmail.com>
  • Loading branch information
skylarcalvert committed Aug 19, 2019
1 parent 6198f58 commit 648e3ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 648e3ba

Please sign in to comment.