Open
Description
Hello Community,
I use Playwright, and I love this tool more than any other automation tool. Many thanks to the community.
I would like to have two AI features in CodeGen:
-
After the code is generated, we should be able to provide an option to convert the piece of code into a reusable function, and in the page object model pattern.
-
The function should accept the parameterized variable in terms of key-value pair and the data should be stored in either JSON/Excel sheet format (I require using one of them, hence suggesting it can be generalized or configurable).
Let me know if you need more information, I can provide more specific use cases around these scenarios.