Updated Tests (markdown)

AUTOMATIC1111 2023-08-09 18:04:29 +03:00
parent ad6da1358c
commit 83298743e4

@ -4,4 +4,4 @@ Post [PR #10291](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10
Most of the tests run against a live instance of the WebUI. You can start the WebUI server with a suitable baseline configuration with the `--test-server` argument, but you may want to add e.g. `--use-cpu all --no-half` depending on your system.
Once the server is running, you can run tests with just `py.test`.
The command to run webui tests is: `python -m pytest -vv --verify-base-url test`