I’m curious if anyone has seen a project involving LLM’s that takes a series of user actions and creates integration test code for them, something like:
I goto to example.com
I click the search bar
I type in “fruit”
Expect to see a list of fruit
Then the LLM would execute something like playwright to achieve each of these steps and report back if any steps failed…