Introduction Load testing is crucial for ensuring your applications can handle expected load volumes. In this guide, we'll set up a complete load testing environment using k6 for testing, Prometheus for metrics collection, and Grafana for visualization—all orchestrated with Docker. Although there are paid versions of …
Read MoreIntroduction In my previous post, I showed you how to use the axe DevTools chrome extension to test for accessibility issues on a webpage. Today, I'm going to show you how to do the same thing with Playwright, enabling you to automate accessibility testing in your CI/CD pipeline. Everything I'm going to demo can also …
Read MoreIntroduction An accessible website ensures that all users, regardless of their physical or cognitive limitations, can navigate and interact with its content. Accessibility addresses issues faced by people with impairments, such as: visual impairments (requiring screen readers or high contrast) hearing impairments …
Read MoreI've been blogging off-and-on for over 4 years. It's really helped me grow, and I usually recommend it to others as great way to keep growing skills. Recently I was giving peer review feedback to a fellow employee. As I was describing all of the reasons THEY might want to consider blogging, I realized I should create …
Read MoreIntroduction If you've been involved with application development or testing, you've probably used Postman to test API endpoints. In this post I'm going to create a sample endpoint, write Postman tests for the endpoint, and create a Github workflow to run those Postman tests whenever I push changes to the repo. The …
Read More