joeldorosarioo / cypress-basics

Automated tests with Cypress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technologies

This project was developed with the following technologies:

How To Use

To clone and run this application, you'll need Git and Node.js installed on your computer.

From your command line:

# Clone this repository

$ git clone https://github.com/joeldorosarioo/cypress-basics.git

$ cd cypress-basic

# Install dependencies

$ yarn install

# Activate hooks

$ yarn husky install

# Run tests

yarn run test

How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

License

This project is under the MIT license. See the LICENSE for details.

About

Automated tests with Cypress.

License:MIT License


Languages

Language:JavaScript 98.1%Language:Shell 1.9%