MoisesDuarte / cypress-typescript-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 95.5%Language:JavaScript 2.7%Language:Shell 1.8%