Setting up, caching, and re-creating the test data using cypress-data-session plugin.
How to generate tests and even separate specs using cypress-each plugin.
How to generate separate Cypress tests from an array using describe.each helper.
How to send the Cypress test results to TestRail using cypress-testrail-simple plugin
A list of topics I would expect someone who is applying to write Cypress tests to know
How to run the modified Cypress.io specs first when using CircleCI workflows
How to run the modified Cypress.io specs first when using GitHub Actions
How to make GraphQL calls from Cypress tests using the cy.request command