This repo has python script(s) that verify functionality on the [ecommerce site name]
To automatically verify that [ecommerce site name] is worrking
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?
- User can check out
- Alerting
- Performance Checks -- What if the selenium tests timeout?
- User can view order status
- Download
ChromeDriverhere. Place it at/Applications/chromedriveron your local filesystem. - Run thar commands:
cd /path/to/repo
pip install -r requirements.txt
python test_that_stores_working.py- Optional: Flip to
production_modeby toggling these variables
SETTINGS = TEST_SETTINGSSETTINGS = PRODUCTION_SETTINGS