olaf-a

Results 4 issues of olaf-a

If you create a Horizontal pager like this: ``` HorizontalPager( count = 4, state = pagerState ) { Column { Text("Page $currentPage") TextField( value = textValue.value, onValueChange = { new...

stale

If the network_security_config file contains multiple domain-config blocks, the scan fails in the function clear_text_traffic_permitted network_security_config.xml: ``` domainA domainB ``` The scan fails with exception: ``` * Error: 'list' object...

If you create a browser configuration (for iOS for instance), and leave out the capability 'deviceName' the runtime fails with an error.. ``` 025-04-22 15:32:38:04S +0200 [SEVERE] com.ing.engine.execution.run.TestCaseRunner onError:java.lang.NullPointerException: Cannot...

Writing tests for Android, I want to add the capability `appium:noReset` to the capabilites/options. When doing that, the value is always passed as string, while appium expects a boolean. Appium...