thomasasfk / sd-webui-aspect-ratio-helper

Simple extension to easily maintain aspect ratio while changing dimensions. Install via the extensions tab on the AUTOMATIC1111 webui.
https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git
406 stars 66 forks source link

Create automated UI tests so we can be confident changes aren't breaking #39

Closed thomasasfk closed 1 year ago

thomasasfk commented 1 year ago

I want to write some UI tests so I don't need to manually do testing during development cycles.

Due to the nature of the project, it may be difficult to get the webui working in a github action...

I think the plan will be to develop something that is ran locally against an already running webui, just so it can be quickly run upon changes to verify nothing has broken and image generation etc works fine - potentially could use the --share option to launch an ad-hoc webui on one of my idle computers, but would need a key as they can't run in parallel.

thomasasfk commented 1 year ago

Can also use this to automatically generate screenshots/videos of the components so we don't need to annoying manually record them, potentially even automate the README.md options aswell.