Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SketchingDev committed Nov 12, 2023
1 parent 4a4f3f3 commit ee9a9fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ against scenarios in a YAML file. This makes testing:

The above test is using the test-script:

> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted-tests/example-pass.yml)
> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/main/examples/cli-scripted-tests/example-pass.yml)
```yaml
config:
Expand Down Expand Up @@ -67,7 +67,7 @@ npm install -g @ovotech/genesys-web-messaging-tester-cli
Write a test-script containing all the scenarios you wish to run along with
the [ID and region of your Web Messenger Deployment](https://help.mypurecloud.com/articles/deploy-messenger/).

> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted-tests/example-pass.yml)
> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/main/examples/cli-scripted-tests/example-pass.yml)

```yaml
config:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "yarn workspaces foreach --verbose run lint",
"build": "yarn workspaces foreach --verbose run build",
"build:docs": "yarn build:readme && cp README.md packages/genesys-web-messaging-tester-cli/README.md && typedoc && yarn workspaces foreach --verbose run build:readme",
"build:readme": "yarn build-readme ./README.md https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt",
"build:readme": "yarn build-readme ./README.md https://github.com/ovotech/genesys-web-messaging-tester/tree/main",
"publish": "yarn workspaces foreach --no-private --verbose npm publish --tolerate-republish --access public"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/genesys-web-messaging-tester-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ against scenarios in a YAML file. This makes testing:

The above test is using the test-script:

> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted-tests/example-pass.yml)
> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/main/examples/cli-scripted-tests/example-pass.yml)
```yaml
config:
Expand Down Expand Up @@ -67,7 +67,7 @@ npm install -g @ovotech/genesys-web-messaging-tester-cli
Write a test-script containing all the scenarios you wish to run along with
the [ID and region of your Web Messenger Deployment](https://help.mypurecloud.com/articles/deploy-messenger/).

> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted-tests/example-pass.yml)
> [examples/cli-scripted-tests/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/main/examples/cli-scripted-tests/example-pass.yml)

```yaml
config:
Expand Down

0 comments on commit ee9a9fe

Please sign in to comment.