Adventures in Automation
Stories for Software QA Engineers shifting from manual to automated testing.
(Move to ...)
Home
Table of Contents
All Posts
Programming Projects
Media
About Blog
Feedback
Contact
▼
September 9, 2026
The thoroughness of Tom Johnson's free Documenting API's course on OpenAPI 3.0 and Swagger UI
›
While researching information for my job about the Swagger UI and how it can be used for testing, I came across this free course, called Doc...
September 7, 2026
Testing the Swagger Petstore: Manually Testing An API Using Swagger UI
›
With the last post, Testing the Swagger Petstore: Reviewing API Documentation Formatted in OpenAPI 3.0 with Swagger UI we started exploring...
September 4, 2026
Testing the Swagger Petstore: Reviewing API Documentation Formatted in OpenAPI 3.0 with Swagger UI
›
For this next project, we will be examining the test site Swagger Petstore - OpenAPI 3.0 at https://petstore3.swagger.io/ https://petstor...
August 29, 2026
Publishing Playwright HTML reports on GitLab Pages
›
We've added a lot to our demo project, bun--create-playwright . We've explored setting up a Playwright framework using bun , a new ...
Examining the artifacts job of a Playwright GitLab CI / CD pipeline
›
You may have noticed that in the GitLab CI / CD Pipeline for our Playwright project, in the .gitlab-ci.yml file, after our scripts has run,...
August 28, 2026
How Developers Can Test Their Feature Branch Against Various Playwright Configurations Before Creating a Merge Request in GitLab CI/CD
›
Developers need the option to test out their feature branch before merging it into main. In the last section, we set up a GitLab CI/CD Pipel...
August 24, 2026
Setting up a CI/ CD pipeline with GitLab: Quality, Test and Report
›
So far, we have reviewed how to review code with ES Lint + Prettier and Typecheck , how to set up and run smoke tests , how to run all Play...
August 19, 2026
How to Configure Playwright Test to run smoke tests, headed tests, and debug versions through scripts in package.json
›
Earlier, we went over how we could create scripts in the package.json file of our Playwright framework to add typechecking, linting , and fo...
August 16, 2026
Implementing Page Objects in Playwright
›
Picture a login screen, such as The-Internet / Login . On this LoginPage, there is: a heading: Login Page a user name textbox with the labe...
August 14, 2026
How Playwright Frameworks get configured with playwright.config.ts
›
When we installed bun , a new package manager owned by Anthropic, then ran " bun create playwright ", a new automation framework...
›
Home
View web version