-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Test Framework
-
Epic Link:
-
Tags:
-
Team:UI
-
Sprint:UI - 2021-07, UI - 2021-06
-
Story Points:3
We need to allow the functional test framework to configure UI features. This is required by WEBUI-295 as it will need to make the Select All feature optin and testable upon configuration.
The goal is to expose a new cucumber tag that accepts a property name and value. E.g.:
@config('config.router.key.document','uid') @config('feature.toggle',true) Scenario: Restore and list versions Given I have a File document And I have permission ReadWrite for this document And This document has a minor version ...
The tags can be applied to a given scenario of feature file, and can be combined to achieve different configurations.
- depends on
-
ELEMENTS-1360 Add a UI configuration registry to Nuxeo Elements
- Resolved
- is related to
-
WEBUI-393 Refactor disable threshold property on nuxeo-distribution-analytics
- Resolved
- is required by
-
WEBUI-295 Add select all ability to nuxeo-results
- Resolved
- Is referenced in