Back to Browse

Cypress GitHub Actions: Complete Guide to Workflows, Triggers, Reporting, and Parallel Execution

409 views
Sep 11, 2024
47:49

Github Repo: https://github.com/deepakjha14 Github CI: https://docs.cypress.io/guides/continuous-integration/github-actions 0:00 - Overview 1:00 What is a CI and how it works? 6:41 What is Github Action and how it works? 10:00 What is Github Workflow and how it works with Github Actions? 26:20 How to run Cypress test in Github CI Workflow? 33:24 How to run scripts sequentially using "concurrently" and "wait-on"? 43:20 How to use csv file in Github Workflow to run tests? This tutorial will teach you how to automate Cypress end-to-end tests using GitHub Actions, with a focus on configuring workflows, setting up triggers, and generating reports on GitHub CI. Additionally, you'll learn how to use the wait-on and concurrently npm packages to handle dependencies and run tasks in parallel, ensuring a smooth and efficient CI/CD pipeline. Perfect for developers looking to enhance their test automation process with powerful tools and best practices.

Download

0 formats

No download links available.

Cypress GitHub Actions: Complete Guide to Workflows, Triggers, Reporting, and Parallel Execution | NatokHD