jjeshwani / cypressFirstTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Contributors


Steps after creating repository

  • npm init -y
  • npm install cypress
  • npx cypress open will create structure of cypress folders (tests -> integration folder)
  • add Readme.md file
  • add .gitingnore file
  • add to .gitignore: .idea, node-modules, ...
  • git commit, git push

Run the tests:

  • npm run start or npm cypress open

TODO

  • follow the structure write action instead of TODO cypress/integration/e2e/toDo.js
  • integrate cypress tests with Circleci by creating circle.yml

Contributors ✨

Thanks goes to these wonderful people (emoji key):


jjeshwan

πŸ’» πŸ–‹ πŸ› 🎨 πŸ€” βœ…

jjeshwani

πŸ› 🎨 πŸ€” βœ…

This project follows the all-contributors specification. Contributions of any kind welcome!

About


Languages

Language:JavaScript 100.0%