Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 456 Bytes

File metadata and controls

20 lines (17 loc) · 456 Bytes

PDF Markup and Annotation Test Script Automation

Setup

  • Clone the Project
  • Run npm install

Launch Test Cases

  • Run npx cypress open to run the test cases

File Structure

  • cypress
    • e2e contains the end to end test files
    • fixtures contains the test data files
    • support contains custom cypress commands
    • Pages contains the page identifiers
  • Cypress.config.js
  • Readme
  • gitignore
  • node modules
  • package.json