PinnedRunning Playwright Tests on GitLab CI: A Step-by-Step GuidePlaywright, a powerful end-to-end testing library, has gained popularity for its ability to test web applications across different…Dec 10, 20231Dec 10, 20231
PinnedRunning Flutter Tests: A Step-by-Step Guide for White Box Test AutomationFlutter provides a powerful testing framework to validate the functionality and user interactions within your applications. In this…Feb 6Feb 6
PinnedConfiguring and Running Tests on an Appium Device FarmAppium, an open-source tool for automating mobile applications, provides a robust solution. Setting up a device farm allows you to run your…Jul 21Jul 21
PinnedRise of Aqua - A Powerful IDE for Test Automation by JetBrainsOne of the most commonly asked tools from test automation engineers is a dedicated IDE for QA. We started using dev tools as part of the…Nov 13, 20222Nov 13, 20222
Running Robot Framework UI Tests on Bitbucket Pipelines CIIn this blog post, we’ll walk through the setup of running UI tests with Robot Framework on Bitbucket Pipelines. Robot Framework, known for…Oct 27Oct 27
Running UI Automation Tests with Go and Chrome on GitHub ActionsAutomating UI tests is an essential part of modern software development. If you’re using Go for your test automation, you can easily…Oct 21Oct 21
Automating UI Tests in GoLang programming Using ChromeDPUI automation testing has become essential for modern web applications to ensure functionality, usability, and performance across different…Sep 30Sep 30
Generating a Custom Report for Playwright with ChartsIn software testing, generating clear and informative reports is crucial for understanding test results and facilitating decision-making…Sep 28Sep 28
Running Playwright Tests in a Docker Container Locally and Viewing the ReportRunning Playwright tests in a Docker container efficiently ensures a consistent testing environment, no matter where your code runs. This…Sep 24Sep 24
How to Run API Tests in FlutterIn Flutter, you can perform API testing to verify that your application correctly interacts with web services. This article will guide you…Sep 20Sep 20