masquerade
masquerade copied to clipboard
CUBA Platform UI Testing Library
Change cuba repository in the example
### Environment CUBA Platform version: 7.2.4 CUBA Studio plugin version: 14.0.SNAPSHOT2564-202 IntelliJ version: IntelliJ IDEA 2020.2 (Community Edition) ### Description of the bug or enhancement - Minimal reproducible example for...
### Environment - Masquerade version: 2.0.2 - Cuba platform version: 7.2 ### Description of the bug or enhancement In the LookupField setValue(String value) implementation is used method setFilter(value). If LookupField...
see forum topic https://www.cuba-platform.com/discuss/t/masquerade-appmenu-openitem/10518 ### Solution New component `SideMenu` is introduced. The collapsible `SideMenu` supports the following conditions: * `Conditions#EXPANDED` - checks that component is expanded; * `Conditions#COLLAPSED` - checks...
see forum answer: https://www.cuba-platform.com/discuss/t/masquerade-appmenu-openitem/10518/4?u=alexbudarov ``` You should register you custom config using Java ServiceLoader rules: https://docs.oracle.com/javase/9/docs/api/java/util/ServiceLoader.html Deploying service providers on the class path A service provider that is packaged as...
Tree methods: - find nodes - select nodes - scroll to node - expand / collapse node
- Use inner LookupPickerField (search/set a value, open optionlist and pick up a value, apply actions) - Get selected items, apply conditions - Remove an item from a tokenlist -...
1. Enable logback-classic or slf4j-simple 2. Customize logback-test.xml ``` INFO %d{HH:mm:ss.SSS} %-5level %logger{0} - %msg%n ``` 3. Custom logging - LoggerFactory.getLogger(BlaBla.class).info("") See also: ``` @Wire public Logger logger; ```