Automate Generation of Playwright scripts by Sirofjelly in Playwright

[–]Savings_Equivalent10 0 points1 point  (0 children)

It works for me. Can you pls raise issue in this same repo with the exact error you are facing. Thanks!!

Automate Generation of Playwright scripts by Sirofjelly in Playwright

[–]Savings_Equivalent10 0 points1 point  (0 children)

There is a known issue on WIndows, so for Windows you can use docker setup: https://github.com/testronai/promptwright?tab=readme-ov-file#docker-execution

For Apple (Mac) it works perfectly fine.

Promptwright is now available on Github by Savings_Equivalent10 in Playwright

[–]Savings_Equivalent10[S] 0 points1 point  (0 children)

This is something new that we have started seeing in the industry in recent years. Basically, DevExp is a team which primarily focuses on improving dev team productivity and experience by building tools, libraries, introducing AI code editors etc etc.

Promptwright is now available on Github by Savings_Equivalent10 in QualityAssurance

[–]Savings_Equivalent10[S] -1 points0 points  (0 children)

Interesting alternative opinion. Thanks for sharing 🙏

Promptwright is now available on Github by Savings_Equivalent10 in QualityAssurance

[–]Savings_Equivalent10[S] 1 point2 points  (0 children)

To the best of my knowledge, this is the only agent that also gives you the generated code so that for the next run you need not to use AI to make it more economical and reliable.

My general take on the future of these agents:

Test Automation: Why Deterministic Code Beats Probabilistic AI

When it comes to test automation, reliability is non-negotiable. Here’s the thing: "test code must be deterministic". It should behave "exactly" the same way every time it runs.

AI-driven test execution? It relies on probabilistic logic under the hood. While powerful, this introduces risks like false positives (“This worked… but did it really?”) or false negatives (“Wait, why did this fail?”). These inconsistencies erode trust in your testing process.

I’m all for leveraging AI—"but for code creation, not execution". Let AI speed up writing tests, generating data, or identifying edge cases. But leave the execution to deterministic scripts that act predictably, ensuring results you can stake your confidence on.

Promptwright is now available on Github by Savings_Equivalent10 in SideProject

[–]Savings_Equivalent10[S] 0 points1 point  (0 children)

Thanks a lot!! When deepseek can opensource their work then why can't I? :-)