#webdriver
Read more stories on Hashnode
Articles with this tag
Lighthouse has a new user-flow API that allows lab testing at any point within a page's lifespan. There is support for generating a lighthouse report...
Much has been written about flaky tests, the perils of ignoring the signal they may be giving you and how to deal with them from a tools perspective,...
Having recently seen Alister Scott's reasons for preferring Playwright over Cypress, I thought it would be nice to do a comparison with WebdriverIO....
We have recently started using the Visual Regression Testing Service, and I thought I would share how we incorporate it in our test automation. It's...
Sometimes with Selenium and libraries or frameworks that use it, we need to wait for an element to stop moving before attempting to click on it (to...