Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SketchingDev committed Aug 25, 2023
1 parent 6a5eb67 commit a3e93cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ scenarios:
Then run the test by pointing to the test-script in the terminal:

```shell
web-messaging-tester tests/example.yml
web-messaging-tester scripted tests/example.yml
```

## Examples

```
$ web-messaging-tester --help
Usage: web-messaging-tester [options] <filePath>
$ web-messaging-tester scripted --help
Usage: web-messaging-tester scripted [options] <filePath>

Arguments:
filePath Path of the YAML test-script file
Expand All @@ -127,13 +127,13 @@ Options:
Override Deployment ID and Region in test-script file:
```shell
web-messaging-tester test-script.yaml -id 00000000-0000-0000-0000-000000000000 -r xxxx.pure.cloud
web-messaging-tester scripted test-script.yaml -id 00000000-0000-0000-0000-000000000000 -r xxxx.pure.cloud
```

Run 10 scenarios in parallel:

```shell
web-messaging-tester test-script.yaml --parallel 10
web-messaging-tester scripted test-script.yaml --parallel 10
```

## Development
Expand Down
10 changes: 5 additions & 5 deletions packages/genesys-web-messaging-tester-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ scenarios:
Then run the test by pointing to the test-script in the terminal:

```shell
web-messaging-tester tests/example.yml
web-messaging-tester scripted tests/example.yml
```

## Examples

```
$ web-messaging-tester --help
Usage: web-messaging-tester [options] <filePath>
$ web-messaging-tester scripted --help
Usage: web-messaging-tester scripted [options] <filePath>

Arguments:
filePath Path of the YAML test-script file
Expand All @@ -127,13 +127,13 @@ Options:
Override Deployment ID and Region in test-script file:
```shell
web-messaging-tester test-script.yaml -id 00000000-0000-0000-0000-000000000000 -r xxxx.pure.cloud
web-messaging-tester scripted test-script.yaml -id 00000000-0000-0000-0000-000000000000 -r xxxx.pure.cloud
```

Run 10 scenarios in parallel:

```shell
web-messaging-tester test-script.yaml --parallel 10
web-messaging-tester scripted test-script.yaml --parallel 10
```

## Development
Expand Down

0 comments on commit a3e93cc

Please sign in to comment.