Clone repo using: git clone https://github.com/adysurfer/applyjobs.git
- Node JS
Install project dependencies with: npm install
-
Standard Execution(headless): npm run cypress:test:execution
-
Open Browser execution(headed): npm run cypress:runner
-
Standard tags based execution(headless): npm run cypress:test:smoke
-
Skip Tagged tests(unTagged)(headless): npm run cypress:test:unTagged
-
Combined tags execution(headless): npm run cypress:test:smoke:e2e
-
Report(mochawesome):
- Run cypress with
npm run cypress:test:smoke:e2e
- Access the generated mochawesome report
index.html
from report folder
- Run cypress with