stable
Clone or download
Read-only
request #14764 E2E tests for expert queries reports
This commit provides tests for TQL queries reports. Those tests are described in enterprise #34084 Change-Id: I8a4c70ad9d67dcd877a1d8b59d4c45dc4f7bd900
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/templates/report/tracker-report-expert-query.mustache | +6 | −1 | Go to diff View file |
A | tests/e2e/_fixtures/tql_queries/project.xml | +367 | −0 | Go to diff View file |
A | tests/e2e/_fixtures/tql_queries/users.xml | +36 | −0 | Go to diff View file |
A | tests/e2e/full/cypress/integration/tql.spec.js | +225 | −0 | Go to diff View file |