Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 557 Bytes

Practice-JS_Cypress

How to start working on this project?

  1. Clone repository to your machine.

  2. Navigate to project root folder.

  3. Run command npm ci in terminal VScode.

  4. After, execute npx cypress open to run tests.

How to use faker library

This project utilises Faker.js library. You can find more info here: https://v6.fakerjs.dev/guide/ Use this import in your file: import { faker } from '@faker-js/faker';

How to use testing library

You can find more info here: https://testing-library.com/docs/cypress-testing-library/intro/