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, 2023A response icon1Dec 10, 2023A response icon1
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, 2024A response icon2Jul 21, 2024A response icon2
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, 2022A response icon3Nov 13, 2022A response icon3
Setting Up Lighthouse CI From Scratch (with GitHub Actions Integration)Website performance and accessibility are critical to the user experience. Google Lighthouse is a fantastic tool for auditing your site’s…16h ago16h ago
How to Run Python Playwright Tests Using Docker LocallyAutomation testing with Playwright in Python is powerful, but keeping environments consistent across machines and CI tools can be a…Jun 5Jun 5
Pixel-by-Pixel Visual Testing Using Playwright with GitHub ActionsUI bugs are sneaky — a one-pixel shift, a color mismatch, or a disappearing icon. Visual testing helps catch what functional tests miss…May 28A response icon2May 28A response icon2
How to Create a Cypress Utility Library and Publish It to NPMCase Study: Cypress Geolocation & Locale FakerMay 26May 26
Run Pytest in Docker on GitHub ActionsIf you’re writing Playwright tests in Python and want to integrate them into a continuous integration (CI) pipeline using GitHub Actions…May 24A response icon1May 24A response icon1