Skip to content

owocki/selenium-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[ecommerce site name] Store Tester

This repo has python script(s) that verify functionality on the [ecommerce site name]

Why

To automatically verify that [ecommerce site name] is worrking

Roadmap

Roadmap will be flushed out based upon priority of the verificadtion. Question to ask before prioritizng something: Will this prioritization affect CPA of our store?

Supported Functionality

  • User can check out

Future Functionality

  • Alerting
  • Performance Checks -- What if the selenium tests timeout?
  • User can view order status

To install & run

  1. Download ChromeDriver here. Place it at /Applications/chromedriver on your local filesystem.
  2. Run thar commands:
cd /path/to/repo
pip install -r requirements.txt
python test_that_stores_working.py
  1. Optional: Flip to production_mode by toggling these variables
SETTINGS = TEST_SETTINGS
SETTINGS = PRODUCTION_SETTINGS

About

Some experiments where I've noodled with python / seleniun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages