1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #30220 -- Added support for headless mode in selenium tests.

This commit is contained in:
Johannes Hoppe
2019-02-26 17:23:49 +01:00
committed by Mariusz Felisiak
parent e286987a27
commit 8d010f3986
4 changed files with 27 additions and 1 deletions

View File

@@ -254,6 +254,9 @@ Tests
references, and entity references that refer to the same character as
equivalent.
* Django test runner now supports headless mode for selenium tests on supported
browsers. Add the ``--headless`` option to enable this mode.
URLs
~~~~