Create cypress.env.json
with the env
from cypress.json
run npm run cypress:open
- Install/Check your git version -> [Install](## Install/Check Git)
- Clone project on a folder -> [Clone](## Install/Check Git)
- Install NPM -> [Install](## Install NPM)
Open terminal on your mac and type git --version
. If you don’t have git installed already, it will prompt you to install it. Read and agree to the Command Line Tools License Agreement and you are ready to use Git!
Now you are ready to clone the project before running it 🗂, on your terminal navigate to where you want to clone the project. I recommend Documents which you can do by typing cd Documents
on terminal.
Once you are inside the folder you want to clone the project into type git clone git@github.com:bertonha/bamboohr.git
and it will start to download the project files.
If you have never used npm or installed it you will need it to run the script.
Download node.js from this website first.
Once node.js is installed, navigate on terminal to the folder where the bamboohr project was cloned cd bamboohr
Once on the folder you can install npm on the project by running npm install
.
And you are done, you can now follow the [How to use it](# How to use it) instructions to run the script 💪