Cypress Mochawesome HTML Reports

1 · Gleb Bahmutov · Jan. 26, 2023, 9:37 p.m.
Yesterday I have shown how to run Cypress specs in parallel for free using some of the most popular CI providers: GitHub Actions, CircleCI, and GitLab CI. Today, I will show you how to store test artifacts to help you understand the test failures on CI. We will generate Mochawesome HTML reports, and I will show a single CI job and a parallel one using cypress-split.The test artifactsI will start this blog post with the results achieved. On every commit, GitHub Actions test my application using c...