NashTech Insights

Github Actions

Posts by categories

Posts by tags

A Quick Overview of CI/CD Integration OF K6 with GitHub Actions

Hi folks,In this blog, we will learn about K6, GitHub Actions and how to integrate k6 with GitHub Actions. What is K6? K6 is a load-testing tool for APIs that is open-source, free, and focused on developers. By testing your systems’ dependability and performance using K6, you may identify performance regressions and issues early. When …

A Quick Overview of CI/CD Integration OF K6 with GitHub Actions 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 »

close up photo of programming of codes

Deploy self hosted runners on eks cluster

In this blog post, we will explore the process of hosting self-hosted runners on an Amazon Elastic Kubernetes Service (EKS) cluster. We will cover the steps involved in setting up and configuring the runners within the EKS environment. By leveraging EKS for runner hosting, you can take advantage of the scalability, flexibility, and manageability offered …

Deploy self hosted runners on eks cluster Read More »