Skip to content

yer.ac | Adventures of a developer, and other things.

  • About
  • Dev.to

yer.ac | Adventures of a developer, and other things.

Blog to keep track of things I am upto

Tag: Testing

From Acceptance Criteria to Playwright Tests with MCP

January 23, 2026 by yer.ac

Modern UI test tooling has quietly raised the bar for who can participate. Playwright is powerful, but it assumes comfort with TypeScript, selectors, repo structure, and terminal use. That gap often collapses testing back onto developers, creating pressure to almost validate their own work. This proof of concept explores using a low-code approach using Playwright …

Continue Reading

Supporting multiple configurations in Cypress

February 7, 2020 by yer.ac

By default, Cypress will support a single configuration based on the optional file cypress.json as described in their documentation here. Whilst this works fine for most, it would be great if we could have access to a cypress.dev.json for local development, or even better, a whole host of configuration files for use against a multi-tenant …

Continue Reading

⚡lightning-fast testing of web applications with Cypress

February 20, 2020 by yer.ac

Cypress (Cypress.io) is an automation framework for web app testing built and configured with Javascript. Automated front-end testing is definitely not new, but Cypress really is something different. It’s silly fast, requires almost no setup, has quick-to-learn syntax and has a really nice, feature packed test runner. Why Cypress? I’ll let you read the summary …

Continue Reading

Ensuring “dotnet test” TRX & Coverage files end up in SonarQube

April 22, 2020 by yer.ac

I have written before about using SonarQube to do static analysis, but one issue I never came back to was ensuring that code coverage files generated via a build pipeline end up being picked up by the Sonar Scanner to assess code coverage. Note that the following I am actually using the ‘dotnet test’ build …

Continue Reading

My attempt at using SonarQube for static code analysis

April 25, 2019 by yer.ac

This post covers my attempts to use SonarQube as a stand-alone install to perform static code analysis on a regular basis. This will cover purely getting the tool working, Maybe I will pick up how I can use the data in a later post? I will be doing this in a very narrow focus which …

Continue Reading

Dev.To Profile

Rich's DEV Profile

Tags

#vscode Agentic IDE agile AI Azure AzureDevOps Azure Functions ContinuousImprovement copilot Cosmos DB Cypress DevOps docker dotnet ES6 function-calling GPT Javascript Kiro Mocha NLOG Nuget openai podcast podgrab Portainer PowerShell Productivity python qa QNAP SCRUM SonarQube Testing TFS VisualStudio VSCODE VSTS wordpress
© 2026 yer.ac | Adventures of a developer, and other things. - Powered by Minimalisticky