insomnia icon indicating copy to clipboard operation
insomnia copied to clipboard

playwright one poc

Open suiyueranxin opened this issue 1 month ago • 2 comments

The goal status

I try to use these codes to show my design thinking... To meet the basic requirement, I should have debug pass one simple case, but some actions cannot work such as fill text in input control. I need to learn more about playwright actions.

About the code and design, check details in /framework/README.md

suiyueranxin avatar Nov 19 '25 10:11 suiyueranxin

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Nov 19 '25 10:11 CLAassistant

Looks like you're trying to build a page object model, I think you'd be interested to read this. https://playwright.dev/docs/pom

Thus far it has been a consious choice of our not to use a page object model in order to enable test recorder developer experience and to streamline the debugging and fixing of test flake.

However this is the kind of change that is important to be driven by the full time maintainers of insomnia and unlikely to be something we can accept as an open source contribution. Its a possible direction we have yet to explore and we appreciate your efforts and ideas!

jackkav avatar Nov 20 '25 16:11 jackkav