PinnedUnderstanding GitLab CI/CD Variables for pipGitLab CI/CD uses various types of variables to make pipelines dynamic, adaptable, and secure. Variables can store values such as paths…Sep 8, 2024Sep 8, 2024
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 6, 2024Feb 6, 2024
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 21, 20242Jul 21, 20242
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, 20223Nov 13, 20223
Mock API Testing with JSON Server, Faker & JS in Gitlab CIWhen building modern applications, having a fast, lightweight mock API can accelerate frontend development and test automation workflows.22h ago22h ago
Mock API Testing with JSON Server, Faker & JS in GitHub ActionsWhen building modern applications, having a fast, lightweight mock API can accelerate frontend development and test automation workflows.May 4May 4
UI tests with Puppeteer on GitHub ActionsRunning end-to-end UI tests with Puppeteer on every push or pull request — and capturing screenshots as artifacts — lets you catch…Apr 26Apr 26
Running Cypress Tests on GitLab CI: A Comprehensive GuideIn this article, we’ll walk through how to set up GitLab CI to run Cypress tests on multiple browsers (Chrome and Firefox) in parallel…Mar 29Mar 29