diff options
| author | Thibaud Colas <thibaudcolas@gmail.com> | 2023-10-05 06:11:57 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-07-23 16:40:51 +0200 |
| commit | 5527df91921b54b9fd1eb9aca3aabe91ec58a9c7 (patch) | |
| tree | e26d35cb9183a6595e86c4585c37e6539f6aae1b /docs/internals/contributing/writing-code/unit-tests.txt | |
| parent | 1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e (diff) | |
Added accessibility guidelines for contributors.
Diffstat (limited to 'docs/internals/contributing/writing-code/unit-tests.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index f7651f1d4f..1c993f5fc6 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -271,6 +271,11 @@ faster and more stable. Add the ``--headless`` option to enable this mode. .. _selenium.webdriver: https://github.com/SeleniumHQ/selenium/tree/trunk/py/selenium/webdriver +.. _screenshot-tests: + +Screenshot tests +~~~~~~~~~~~~~~~~ + For testing changes to the admin UI, the selenium tests can be run with the ``--screenshots`` option enabled. Screenshots will be saved to the ``tests/screenshots/`` directory. |
