Skip to content

Commit

Permalink
Rename examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SketchingDev committed Aug 25, 2023
1 parent a3e93cc commit 98ead02
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
DEPLOYMENT_ID: ${{ secrets.DEPLOYMENT_ID }}
REGION: ${{ secrets.REGION }}
- run: cd examples/cli-scripted && chmod +x ./run.sh && ./run.sh
- run: cd examples/cli-scripted-tests && chmod +x ./run.sh && ./run.sh
env:
DEPLOYMENT_ID: ${{ secrets.DEPLOYMENT_ID }}
REGION: ${{ secrets.REGION }}
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/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted/example-pass.yml)
> [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)
```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/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted/example-pass.yml)
> [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)

```yaml
config:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted/example-pass.yml)
> [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)
```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/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scripted/example-pass.yml)
> [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)

```yaml
config:
Expand Down
4 changes: 2 additions & 2 deletions packages/genesys-web-messaging-tester-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"build": "rm -rf ./lib && tsc -p tsconfig.json",
"test": "jest __tests__/",
"lint": "eslint 'src/**/*.ts'",
"test:execute:scripted": "ts-node src/index.ts scripted ../../examples/cli-scripted/example.yml -id $DEPLOYMENT_ID -r $REGION -p 10",
"test:execute:scripted": "ts-node src/index.ts scripted ../../examples/cli-scripted-tests/example.yml -id $DEPLOYMENT_ID -r $REGION -p 10",
"test:execute:scripted:help": "ts-node src/index.ts --help",
"test:execute:explore": "ts-node src/index.ts explore ../../examples/cli-explore/example.yml -id $DEPLOYMENT_ID -r $REGION",
"test:execute:explore": "ts-node src/index.ts explore ../../examples/cli-exploratory-tests/example.yml -id $DEPLOYMENT_ID -r $REGION",
"test:execute:explore:help": "ts-node src/index.ts explore --help",
"test:execute:help": "ts-node src/index.ts --help"
},
Expand Down

0 comments on commit 98ead02

Please sign in to comment.