From ef06ad498a75ef121761341ea98eff8cad07d6f8 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Thu, 21 Sep 2023 09:15:36 -0400 Subject: [PATCH] add links to the lessons --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a5b3f..17ae8ef 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,16 @@ ![Detailed plugin output on GitHub Actions](./images/details.png) -🎓 Covered in my course [Testing The Swag Store](https://cypress.tips/courses/swag-store) +- 🎓 Covered in my course [Cypress Plugins](https://cypress.tips/courses/cypress-plugins) + - [Lesson m1: Run spec files in parallel using GitHub Actions](https://cypress.tips/courses/cypress-plugins/lessons/m1) + - [Lesson m2: Run Cypress specs in parallel on CircleCI](https://cypress.tips/courses/cypress-plugins/lessons/m2) + - [Lesson m3: Run specs in parallel on GitLab CI](https://cypress.tips/courses/cypress-plugins/lessons/m3) + - [Lesson m4: Very simple GitHub Actions setup with reusable workflow](https://cypress.tips/courses/cypress-plugins/lessons/m4) +- 🎓 Covered in my course [Testing The Swag Store](https://cypress.tips/courses/swag-store) + - [Lesson 65: Speed up CI by splitting the specs](https://cypress.tips/courses/swag-store/lessons/lesson65) + - [Bonus 29: Combine the code coverage from split E2E test jobs](https://cypress.tips/courses/swag-store/lessons/bonus29) + - [Bonus 30: Split the component specs](https://cypress.tips/courses/swag-store/lessons/bonus30) + - [Bonus 31: A single workflow with combined code coverage](https://cypress.tips/courses/swag-store/lessons/bonus31) ## Blog posts