Skip to content

11_Cypress Testing

mr-carlitos edited this page Jun 24, 2022 · 8 revisions

Introduction

Cypress is a front end testing tool built for the web. Cypress then enables you to write all types of tests:

  • End-to-end tests
  • Integration tests
  • Unit tests

Cypress is usually already installed on the Flox infrastructure. If you need to reinstall cypress, then run the following command:

yarn add cypress --dev

If you want to run cypress using the command line, then run:

yarn run cypress open