* 🎨 rename functions * 🔧 Disallow controlnet input in img2img inpaint * ✅ Update img2img inpaint test |
||
|---|---|---|
| .. | ||
| images | ||
| README.md | ||
| main.py | ||
README.md
Web Tests
Web tests are selenium-based browser interaction tests, that fully simulate actual user's behaviours.
Preparation
- Have Google Chrome (Any version) installed.
- Install following python packages with
pip:seleniumwebdriver-manager
Run Tests
- Have WebUI with ControlNet installed running on
localhost:7860 - Run
python main.py --overwrite_expectationfor the first run to set a baseline. - Run
python main.pylater to verify the baseline still holds.