diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2023-10-16 12:01:58 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-18 06:14:40 +0200 |
| commit | be56c982c0805f62a2948d9d7a3e21215c352174 (patch) | |
| tree | 73bcfab853c8d05774e15b9875b231d131b8671b /.gitignore | |
| parent | 4a5048b036fd9e965515e31fdd70b0af72655cba (diff) | |
Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6a67c6eb28..7b065ff5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ tests/coverage_html/ tests/.coverage* build/ tests/report/ +tests/screenshots/ |
