AutomationBinary
43 posts


Playwright #TipsNTricks #20
Create reusable assertions and custom checks with "expect.extend". It's like building your shortcuts for testing. 🚀
#Playwright #Automation #testautomation #QA

English

Our new blog series breaks down the latest updates of Playwright. This week: v1.42 & v1.43 📜
Check it out here: blog.qabinary.com/p/whats-new-in…
#Playwright #Automation #testautomation #QA #blog

English

Playwright #TipsNTricks #19
Isolating tests with browser contexts? Here's how you
can do it
browser.newContext()
🆚
browser.newContext({ storageState: { cookies: [], origins: [] }});
#Playwright #Automation #testautomation #QA

English
AutomationBinary retweetledi

We're excited to announce GitHub integration for NeetoPlaydash, your one-stop shop for reporting tests! 🎊
#SaaS #Playwright #buildinpublic #automation

English

Playwright #TipsNTricks #18
Playwright v1.45 got a time machine! ⏰
The new "clock.setSystemTime" lets you control the system time within your tests.
#Playwright #Automation #testautomation #QA

English

Playwright #TipsNTricks #17
Use trial option with "locator.check" to verify a checkbox/radio is ready for interaction. ✅
Great for checking element state before continuing your test!
#Playwright #Automation #testautomation #QA

English

@tomkornblit Yes, we have! We found it extremely useful in catching flaky tests and were able to improve the overall quality and reliability.
We avoided a lot of bugs from going into production by improving the test quality. 😁
English

@QABinary Have you tried optimizing test reliability with tailored strategies like 'repeatEach'? x.tombot.ai/book-revenue?t…
English

Playwright #TipsNTricks #16
Having trouble with tests failing randomly in Playwright? Run each test multiple times with "repeatEach" to catch those random failures and make your tests more reliable. 🔂
#Playwright #Automation #testautomation #QA

English

We keep track of all our testing hacks in one place. 😉
Check it out here
blog.qabinary.com/p/playwright-t…
#Playwright #Automation #testautomation #QA

English

Learn to write efficient parallel tests using nested describe blocks from our new blog post! 📜
blog.qabinary.com/p/reaching-pea…
#Playwright #Automation #testautomation #QA

English

Playwright #TipsNTricks #15
Don't let failing checks stop your tests!
Playwright's soft assertions let your test run & catch multiple issues at once.
#Playwright #Automation #testautomation #qa

English

Playwright #TipsNTricks #14
"grantPermissions" lets you simulate user-granted permissions for your contexts! 🦾
Give your tests access to clipboard, camera, microphone & more!
#Playwright #Automation #testautomation #qa

English

Playwright #TipsNTricks #13
Tired of juggling test fixtures across files? Merge them with mergeTests! ⛙ ✅
Combine fixtures from multiple files for cleaner & more organized tests.
#Playwright #Automation #testautomation #qa

English
AutomationBinary retweetledi

Don't waste time managing test runs! ⏰
neetoPlaydash keeps your reporter & CI in sync. Terminate runs directly from the dashboard.
#SaaS #Playwright #buildinpublic #automation
English

Playwright #TipsNTricks #12
`locator.all()` lets you iterate over all matching elements. Great for checking multiple checkboxes! ✅
#Playwright #Automation #testautomation #qa

English

Playwright #TipsNTricks #11
For smoother debugging, add a box option to your test 'step'! 👀
It shifts errors to the step call, highlighting the entire step instead of the internal action.
#Playwright #Automation #testautomation #qa

English


