Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 954 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 954 Bytes

Cypress Typescript Boilerplate

What is it?

A cypress boilerplate using TS, ESLint and Husky hooks for commitizen git messages standardization.

Usage

First, install the dependencies using yarn

$ yarn install

Husky hooks will be installed at the end of the install script.

For testing development, the following cypress scripts can be used:

# Lints whole project according to eslint config
yarn lint 

# Run cypress on GUI mode
yarn cypress:open 

# Run cypress on CLI mode
yarn cypress:run

References