Hugh McCamphill
Hugh McCamphill's Blog

Hugh McCamphill's Blog

Follow
homeAboutbadges
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Using a context map checklist

Jul 20, 20223 min read

At Glofox, we regularly perform whole-team exploratory testing sessions. These are very effective at discovering problems that are not found when...

Using a context map checklist

Measuring user flow performance with Lighthouse and WebdriverIO

Feb 13, 20225 min read

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...

Measuring user flow performance with Lighthouse and WebdriverIO

Quarantine new tests via CircleCI with Allure

Feb 12, 20224 min read

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,...

Quarantine new tests via CircleCI with Allure

Four reasons why WebdriverIO is better than Cypress

Feb 12, 20224 min read

Having recently seen Alister Scott's reasons for preferring Playwright over Cypress, I thought it would be nice to do a comparison with WebdriverIO....

Four reasons why WebdriverIO is better than Cypress

Visual regression testing with WebdriverIO, Jasmine and Allure

Feb 12, 20222 min read

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...

Visual regression testing with WebdriverIO, Jasmine and Allure

Waiting for an element to stop moving

Feb 12, 20222 min read

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...

Waiting for an element to stop moving