From 41be5715a93d262cc4537dbc63cef34f2cf9d2ed Mon Sep 17 00:00:00 2001 From: Skylar Calvert <47952324+skylarcalvert@users.noreply.github.com> Date: Thu, 15 Aug 2019 10:30:09 -0500 Subject: [PATCH] Update README.md Removed OS dependent commands --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 8bd79c9..a9d164d 100644 --- a/README.md +++ b/README.md @@ -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.