Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

tjmaher.com

Adventures in Automation

Get the latest updates from Adventures in Automation directly as they happen.

Follow now 84 followers

Latest posts

Last updated 15 days ago

The thoroughness of Tom Johnson's free Documenting API's course on OpenAPI 3.0 and Swagger UI

15 days ago

While researching information for my job about the Swagger UI and how...

Testing the Swagger Petstore: Manually Testing An API Using Swagger UI

17 days ago

With the last post, Testing the Swagger Petstore: Reviewing API Documentation Formatted...

Reviewing API Documentation Formatted in OpenAPI 3.0 with Swagger UI

19 days ago

For this next project, we will be examining the test site Swagger...

Publishing Playwright HTML reports on GitLab Pages

26 days ago

We've added a lot to our demo project, bun--create-playwright. We've explored setting...

Examining the artifacts job of a Playwright GitLab CI / CD pipeline

26 days ago

You may have noticed that in the GitLab CI / CD Pipeline...

Setting up a CI/ CD pipeline with GitLab: Quality, Test and Report

about 1 month ago

So far, we have reviewed how to review code with ES Lint...

How to Configure Playwright Test to run smoke tests, headed tests, and debug versions through scripts in package.json

about 1 month ago

Earlier, we went over how we could create scripts in the package.json...

Implementing Page Objects in Playwright

about 1 month ago

Picture a login screen, such as The-Internet / Login. On this LoginPage...

How Playwright Frameworks get configured with playwright.config.ts

about 1 month ago

When we installed bun, a new package manager owned by Anthropic, then...

Running Tests with Playwright Test Explorer and Generating Tests with Codegen

about 1 month ago

Finding the best locator for a web element can be a hassle:Right...

Checking code with lint, formatting it with prettier

about 1 month ago

Now that we've installed bun, Anthropic's package manager, scaffolded a Playwright framework...