Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ChatGPT as assertion to reduce test fragility #35

Open
SketchingDev opened this issue Apr 3, 2023 · 0 comments
Open

Use ChatGPT as assertion to reduce test fragility #35

SketchingDev opened this issue Apr 3, 2023 · 0 comments

Comments

@SketchingDev
Copy link
Collaborator

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-xxxxxxxxxxxx
  region: xxxx.pure.cloud
scenarios:
  "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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant