You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate ChatGPT into test scenarios to allow more forgiving assertions, reducing fragility of tests.
Example of possible assertion function aiWaitFor:
config:
deploymentId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxregion: xxxx.pure.cloudscenarios:
"Asked for account ID":
- say: hi
- aiWaitFor: a request for my account number
- say: 12345
- aiWaitFor: a message thanking me for my account number, and asking me to wait whilst it is checked
Example prompt:
The text was updated successfully, but these errors were encountered:
Integrate ChatGPT into test scenarios to allow more forgiving assertions, reducing fragility of tests.
Example of possible assertion function
aiWaitFor
:Example prompt:
The text was updated successfully, but these errors were encountered: