Leniolabs Technical Test
The goal of this project is to assess the test automation skills using cypress framework.
- Node.js and npm installed on your machine.
- Clone the repository:
git clone [email protected]:juanopsan/cypress-leniolabs.git
- Navigate into the project directory:
cd cypress-leniolabs
- Install the dependencies:
npm install
We use Cypress for end-to-end testing.
You can open the Cypress Test Runner using the following command:
npm run cy:open
You can run all Cypress tests in CLI (Command Line Interface) mode using the following command:
npm run cy:run