Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed OS dependent commands
  • Loading branch information
skylarcalvert authored Aug 15, 2019
1 parent 925a9a5 commit 41be571
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,7 @@ 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, run the following:
#### For Mac+Linux:

```
open .acceptance/report.html
```

#### For Windows:

```
start chrome .acceptance/report.html
```
To view the report, open `.acceptance/report.html` in your browser.

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 41be571

Please sign in to comment.