Cypress_TS/CyLukTs/lukan/node_modules/cypress
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00
..
angular údržba 2023-08-15 18:35:50 +02:00
bin údržba 2023-08-15 18:35:50 +02:00
lib údržba 2023-08-15 18:35:50 +02:00
mount-utils údržba 2023-08-15 18:35:50 +02:00
react údržba 2023-08-15 18:35:50 +02:00
react18 údržba 2023-08-15 18:35:50 +02:00
svelte údržba 2023-08-15 18:35:50 +02:00
types údržba 2023-08-15 18:35:50 +02:00
vue údržba 2023-08-15 18:35:50 +02:00
vue2 údržba 2023-08-15 18:35:50 +02:00
index.js údržba 2023-08-15 18:35:50 +02:00
index.mjs údržba 2023-08-15 18:35:50 +02:00
package.json údržba 2023-08-15 18:35:50 +02:00
README.md údržba 2023-08-15 18:35:50 +02:00

Cypress

Fast, easy and reliable testing for anything that runs in a browser.

What is this?

Cypress comes packaged as an npm module, which is all you need to get started testing.

After installing you'll be able to:

  • Open Cypress from the CLI
  • Run Cypress from the CLI
  • require Cypress as a module

Install

Please check our system requirements.

npm install --save-dev cypress

Documentation

Please visit our documentation for a full list of commands and examples.