tbutiu / programmatic-login-with-cypress

Sample project to demonstrate how to programmatically log in using Cypress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

programmatic-login-with-cypress

Sample project to demonstrate how to programmatically log in using Cypress.

Pre-requirements

It is required to have Nodejs and npm installed to run this project.

I used versions v16.5.0 and 7.19.1 of Nodejs and npm, respectively. I suggest you use the same or later versions.

Installation

Run npm install (or npm i for the short version) to install the dev dependencies.

Tests

To run the tests in headless mode, use the command npm test (or npm t for the short version.)

To open the test runner, use the command npm run cy:open.

Support this project

If you want to support this project, leave a ⭐.


Created with 💚 by Walmyr.

About

Sample project to demonstrate how to programmatically log in using Cypress.

License:MIT License


Languages

Language:JavaScript 100.0%