hrms-manual/node_modules/cypress
2023-09-06 14:51:44 +07:00
..
angular first commit 2023-09-06 14:51:44 +07:00
bin first commit 2023-09-06 14:51:44 +07:00
lib first commit 2023-09-06 14:51:44 +07:00
mount-utils first commit 2023-09-06 14:51:44 +07:00
node_modules first commit 2023-09-06 14:51:44 +07:00
react first commit 2023-09-06 14:51:44 +07:00
react18 first commit 2023-09-06 14:51:44 +07:00
svelte first commit 2023-09-06 14:51:44 +07:00
types first commit 2023-09-06 14:51:44 +07:00
vue first commit 2023-09-06 14:51:44 +07:00
vue2 first commit 2023-09-06 14:51:44 +07:00
index.js first commit 2023-09-06 14:51:44 +07:00
index.mjs first commit 2023-09-06 14:51:44 +07:00
package.json first commit 2023-09-06 14:51:44 +07:00
README.md first commit 2023-09-06 14:51:44 +07: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.