Skip to content

Commit

Permalink
Fix test.sh usage description in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-donocl committed Aug 30, 2024
1 parent 5494f48 commit faac3ef
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,17 @@ Follow the previous steps to patch and build the project.
Use the `./scripts/test.sh` script for testing.

```
Usage: test.sh --website='<WEBSITE-URL>' [OPTIONS]
Required:
--website='<WEBSITE-URL>' URL of the Code Editor instance to test.
Usage: test.sh [OPTIONS]
Options:
-u|--unit-test Run OSS unit tests.
-i|--integ-test Run OSS integration tests.
-s|--style-check Run OSS style check.
-c|--cypress-integ-test Run Code Editor UI tests.
-l|--local Run Code Editor UI tests against a local instance (requires -c).
-n|--no-patches Skip automatic patching of OSS.
-h|--help Show this help message and exit.
-w '<WEBSITE-URL>'|--website='<WEBSITE_URL>' URL of the Code Editor instance to test (default: http://localhost:9888).
-u|--unit-test Run OSS unit tests.
-i|--integ-test Run OSS integration tests.
-s|--style-check Run OSS style check.
-c|--cypress-integ-test Run Code Editor UI tests.
-l|--local Run Code Editor UI tests against a local instance (requires -c).
-n|--no-patches Skip automatic patching of OSS.
-h|--help Show this help message and exit.
```
***Note***: make sure you have the `'`quotes`'` around the website url.

Expand Down

0 comments on commit faac3ef

Please sign in to comment.