"Execute your testcases in Headless & Headed Environments".
In this video, you are going to learn:
1. Executing your test files in Headed mode.
2. Executing your test files in Headless mode.
3. Execution of your testcases at spec level.
4. Execution of your test files on your desired web browser including headed and headless modes.
You will have to learn below commands which are explained in the video in detail:
npx cypress run
npx cypress run --headed
npx cypress run --spec 'path of your test file'
npx cypress run --browser chrome