Tweets on twitter through cypress.
- 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.
To run/view tests:
npx cypress open
If twitter's login form is not displayed on visiting the login page of twitter. Try and try again until you succeed 😎.