Skip to content

fsamiker/twitter-mock-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter UI Automation Demo

Prerequistes

Setup

  • Create virtualenv : python -m venv venv
  • Use virtualenv : source venv/Scripts/activate
  • Install pip requirements : pip install -r requirements.txt

Configuration

The following variables are needed to run the demo.

  • TEST_USER : Twitter login user
  • PASSWORD : Twitter login password
  • TWITTER_BEARER_TOKEN : Twitter bearer token (developer account)
  • TWITTER_API_SECRET : Twitter Secret (developer account)
  • TWITTER_API_KEY : Twitter API Key (developer account)

Recommended to create a .env file with the above fields populated.

Or

User can modify config.py file

Run Tests

  • Run pytest command: pytest

About

UI and API automation of Twitter webpage using selenium python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages