To contribute fork the repo then create a branch and put a PR
yarn install
yarn _postinstall
- add a
.env
file to your root with the following inside:
TOKEN=<YourToken>
QA_TOKEN=<YourToken>
- add a
cypress.env.json
file to your root with the following inside:
{
"QA_TOKEN" :"<YourToken>"
}
npm run cover:only
npm run build
npm run deploy
npm version <update_type>
release types (patch, major, or minor):npm publish