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

Feature request: allow running the prompt based flow with codegen enable to capture the automated test code #123

Open
gklein opened this issue Apr 2, 2025 · 3 comments

Comments

@gklein
Copy link

gklein commented Apr 2, 2025

It would be useful if the prompt base browser flow will be recordable by codegen. This way it will make it possible to create reusable tests that can run without the llm / mcp support and can be used as part of the testing cycle.

@pavelfeldman
Copy link
Member

Do you think driving these tests via mcp is more efficient than just recording the test with codegen?

@gklein
Copy link
Author

gklein commented Apr 3, 2025

Do you think driving these tests via mcp is more efficient than just recording the test with codegen?

When using MCP with prompt based testing, it is possible to increase the coverage faster. Potentially, it can save the manual recording effort.
I wonder if there is a way to capture those test with Codegen to be used later in a continuous testing cycle without the LLM and MCP server.

@aarjithn
Copy link

aarjithn commented Apr 5, 2025

Yeah this would be great feature. Record new flow via editor & MCP, get test code that runs in CI.

We have another playwright MCP server that supports this

https://executeautomation.github.io/mcp-playwright/docs/release

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

3 participants