408e358f79
The main idea of this change is to not include into Horizon production code little helper features we need Horizon to have in gating so Selenium integration tests could easily navigate through it. Closes-Bug: #1560467 Change-Id: Ib0c973932260ddfe7f1d2cf9fdab7bbbfe298bea
9 lines
377 B
YAML
9 lines
377 B
YAML
---
|
|
features:
|
|
- Added new setting INTEGRATION_TESTS_SUPPORT, default value
|
|
is `False`. This value is used when running `manage.py compress`
|
|
command, so by default all static assets and html classes used
|
|
by integration tests are removed from Horizon production build.
|
|
Integration tests gate job sets this variable to `True` and
|
|
recompresses static assets.
|