NashTech Insights

Binh Le

I am an Automation Test Lead with nearly 8 years of experience at Nashtech. I am familiar with manual and automated testing techniques, as well as tools like Postman, Selenium, JMeter, and Cypress, Playwright. I have a strong passion for utilizing automation to enhance software quality.

Posts by categories

Posts by tags

Import test result to AIO Test from Playwright + cucumber test framework

AIO Tests is a test management tool for Jira, it is a Jira-native app with many installations from the Atlassian marketplace and good reviews from users. The tool has a one-click installation, and you are good to go with the app’s default settings. Minimalistic but has an enjoyable interface. Everything looks logical. There are two …

Import test result to AIO Test from Playwright + cucumber test framework Read More »

Run Cypress Test parallel without Cypress Cloud

Cypress is an excellent tool for end-to-end testing, offering the valuable feature of parallel test execution to optimize testing time. However, relying on Cypress Cloud for parallel execution requires a paid subscription. In this article, we will explore an alternative approach to running Cypress tests in parallel by utilizing the matrix feature available in GitHub Actions. …

Run Cypress Test parallel without Cypress Cloud Read More »