Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 278 Bytes

#install required packages

  • cd into customuse folder and run npm install

#open cypress test runner for headed execution

  • Execute following script : npm run cy:open
  • Select E2E testing in Cypress UI
  • Select api tests

#headless execution

  • execute npm run test:e2e:chrome