Add timeout option to CLI
·
45 commits
to main
since this release
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