PinnedPradap Pandiyan·Sep 8, 2024Understanding 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…
PinnedPradap Pandiyan·Dec 10, 2023Running 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…A response icon1A response icon1
PinnedPradap Pandiyan·Feb 6, 2024Running 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…
PinnedPradap Pandiyan·Jul 21, 2024Configuring 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…A response icon2A response icon2
PinnedPradap Pandiyan·Nov 13, 2022Rise 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…A response icon3A response icon3
Pradap Pandiyan·Feb 3How to Set Up Cypress Visual Testing From ScratchA complete guide to visual regression testing with Cypress, multiple viewports, and CI/CDA response icon1A response icon1
Pradap Pandiyan·Oct 23, 2025Running Lighthouse CI in a Lightweight Docker ContainerThis guide demonstrates how to run Lighthouse CI performance tests for www.pradappandiyan.com using a lightweight Docker container. By…
Pradap Pandiyan·Sep 2, 2025Building a React Native Login App with Detox E2E Testing and GitHub Actions CI/CDIntroductionA response icon1A response icon1
Pradap Pandiyan·Aug 13, 2025Flutter Integration Tests vs Patrol Tests: Understanding the Key DifferencesWhen it comes to testing Flutter applications, developers have several options for ensuring their apps work correctly across different…A response icon1A response icon1
Pradap Pandiyan·Jul 27, 2025How to Run Lighthouse Audits with Puppeteer and GitHub Actions CIWhat if you could automatically run Lighthouse audits for pages after login — not just for your public site?