Skip to content

a-onkar/Cypress-Page-Object-Model-TypeScript-Mochawesome

Repository files navigation

Cypress Page Object Model + Mochawesome Reporter + TypeScript

Version Documentation Maintenance License: ISC Twitter: CypressTester

Cypress Project Details: TypeScript. Page object model. Mochawesome reporter. Different ways of declaring Custom Commands.

Install

  • Clone the repo
  • cd project_folder
npm install

Open Cypress Test Runner

npm run cy:open

or

npx cypress open

Run Cypress Tests in Headless Mode

"cy:run-chrome": "cypress run --headless -b chrome",
"cy:run-firefox": "cypress run --headless -b firefox",

Author

👤 Anandteerth Onkar

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Anandteerth Onkar.
This project is MIT licensed.

About

Implemented Page Object Model for Cypress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published