You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `git clone > agileonboarding`
> `Set up .bash_profile with password token
> `cd > agileonboarding-e2e`
> run `npm intall`
Execute tests from the Dashboard for debugging
> `npm run cy:open`
Execute tests from the Dashboard and generating Mocha-Allure report
> `npm run cy:open`
- Click on Run Button or
- Click on the Specific Test or
- Executing many test cases by double click on the test
- Terminate server
> `npm run posttest`
Execute specific group of test or specific test from the terminal, Headless mode and generate Mocha-Allure report
- npm run test "src/integration/contracts/**/**.js" --headed
- npm run test "src/integration/contracts/contracts-details/**.js" --browser chrome
Execute all test cases undter Integration folder headless mode and generating Mocha-Allure Report
- npm run test 'src/integration/**/**/*.js' --headed
Open Video file
> open terminal
> open location/ag-934-ContractTableTextFilter.js.mp4