diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index ce453dc..3c7b36b 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -58,7 +58,7 @@ jobs: env: DEPLOYMENT_ID: ${{ secrets.DEPLOYMENT_ID }} REGION: ${{ secrets.REGION }} - - run: cd examples/cli-scenario && chmod +x ./run.sh && ./run.sh + - run: cd examples/cli-scripted && chmod +x ./run.sh && ./run.sh env: DEPLOYMENT_ID: ${{ secrets.DEPLOYMENT_ID }} REGION: ${{ secrets.REGION }} diff --git a/README.md b/README.md index ac509c5..2307317 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ against scenarios in a YAML file. This makes testing: The above test is using the test-script: -> [examples/cli-scenario/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) +> [examples/cli-scripted/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) ```yaml config: @@ -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-scenario/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) +> [examples/cli-scripted/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) ```yaml config: diff --git a/packages/genesys-web-messaging-tester-cli/README.md b/packages/genesys-web-messaging-tester-cli/README.md index ac509c5..2307317 100644 --- a/packages/genesys-web-messaging-tester-cli/README.md +++ b/packages/genesys-web-messaging-tester-cli/README.md @@ -20,7 +20,7 @@ against scenarios in a YAML file. This makes testing: The above test is using the test-script: -> [examples/cli-scenario/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) +> [examples/cli-scripted/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) ```yaml config: @@ -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-scenario/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) +> [examples/cli-scripted/example-pass.yml](https://github.com/ovotech/genesys-web-messaging-tester/tree/implement-chatgpt/examples/cli-scenario/example-pass.yml) ```yaml config: