Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 518 Bytes

Overview

Tweets on twitter through cypress.

Pre-requisites

  • node
  • npm
  • Run npm install to fetch all project dependencies
  • ENV variables for your twitter credentials. On bash you can do that by export CYPRESS_TWITTER_USERNAME='sagarmaurya2';export CYPRESS_TWITTER_PASSWORD='*******' before running cypress.

Run

To run/view tests: npx cypress open

Troubleshooting

If twitter's login form is not displayed on visiting the login page of twitter. Try and try again until you succeed 😎.