
Building WSL-UI: E2E Testing, Screenshots, and Demo Videos
How I built automated E2E tests with WebdriverIO, including screenshot generation for the Microsoft Store and video recording for demos.
Tag archive

How I built automated E2E tests with WebdriverIO, including screenshot generation for the Microsoft Store and video recording for demos.
In this blog, we will dive into setting up and configuring WebdriverIO V9, which forms the foundation...

Many test automation developers will, at some point, come across the challenging task of automating a...
Hi! In this article I will try to explain, step by step, how we can load an extension in a Google...
Introduction In modern software development, web automation has emerged as a vital...

WebdriverIO, the go-to automation testing framework, has rolled out its latest version, WebdriverIO...

In the previous article, we talked about WebdriverIO. A tool that has become popular very fast in the...
Fetching elements within e2e tests can sometimes be very hard. Complex CSS paths or arbitrary test...

Youโd hardly find a website these days without alerts and pop-ups! The alert boxes warn you whenever...
This post will walk you through the steps required to implement Windows test automation using open-source tools. Covering setting up the test environment, configuring the client, writing your first test and overcoming the biggest obstacle to running it in a CI/CD pipeline.

Having your automated tests run on different browsers increases coverage especially if a high percent...

Learn how to extend the browser instance with your own set of commands by using the WebdriverIO brows...