# GitLab + Cypress = ❤️

This example shows how to deploy a static site to GitLab Pages (opens new window) and then test it using Cypress (opens new window) E2E test runner.

See the full .gitlab-ci.yml (opens new window) file that shows how to:

  • cache NPM modules and Cypress binary
  • deploy the built static site (this site!) to GitLab Pages
  • run Cypress E2E tests during the confidence-check stage