deb-horizon/releasenotes/notes/remove-i9n-scaffolds-from-production-6e52eb1da2a4bc9e.yaml
Timur Sufiev 408e358f79 Move out integration tests scaffolds from Horizon production code
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
2016-05-31 10:01:21 +00:00

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.