Skip to content

Add timeout option to CLI

Compare
Choose a tag to compare
@SketchingDev SketchingDev released this 04 Aug 11:48
· 45 commits to main since this release
468b7cc

Adds an option to the CLI to customise the amount of time the waitFor... assertions will wait before failing the test.

The option is in seconds and can be defined in two ways:

web-messaging-tester example-pass.yml -id $DEPLOYMENT_ID -r $REGION -p 10 --timeout 20
web-messaging-tester example-pass.yml -id $DEPLOYMENT_ID -r $REGION -p 10 -t 20

Full Changelog: genesys-web-messaging-tester-cli-v1.0.11...genesys-web-messaging-tester-cli-v1.0.13