Automated front-end tests are awesome. We can write a test with code to visit a page — or load up...
One of the most commonly known tool for website performance testing is GTmetrix but it allows only one location, Vancouver in Canada, to test from. To...
There is a huge and ever-widening gap between the devices we use to make the web and the devices most people use to consume it. It’s...
A few years ago, there was this French book publisher. They specialize in technical books and published an author who wrote a book about CSS3, HTML5...
Cypress is an automated test runner for browser-based applications and pages. I’ve used it for years to write end-to-end tests for web projects, and was happy...
There comes a time on a project when it’s worth investing in tooling to protect the codebase. I’m not sure how to articulate when, but it’s...
Testing is one of those things that you either get super excited about or kinda close your eyes and walk away. Whichever camp you fall into,...
React component tests should be interesting, straightforward, and easy for a human to build and maintain. Yet, the current state of the testing library ecosystem is...