A Python implementation of the Page Transactions pattern for UI test automation.
and more...
❓ Question | 💡 Answer |
---|---|
What is it? | 🚀 It is a new way to organize your automation testing using pure Python code. |
Why use it? | 😱 It is relevant to SDETs that want a simple-to-use framework that binds low-level code, readability, and flexibility. |
Where do I use it? | 🎉 In your daily automation. It doesn't matter if you prefer Selenium, Playwright, Dogtail. Just get it and use it! |
How do I use it? | 😍 Just install and play. The syntax is as easy as it could be. Try to read it as a plain English statement. MyApplication.at(apage.DoSomething [,with_parameter=value, ...]).asserts(it.Matches, a_condition) |
Show me the code! | 👨💻 You can find it here. Clone, fork, star it! |
What did you think? | 🤔 Is it easy to use? |