Robert Boros

Results 8 issues of Robert Boros

Are you planning to update project to use generics and also support go 1.18?

enhancement
input needed
Breaking Change
community
generics

Since Go 1.18 beta is available what do you think about updating the project with generics? Also, is this project still alive?

Add description of available CLI commands and flags to readme. - [ ] init - [ ] doctor - [ ] --config - [ ] --verbose

documentation

Add a `parallelDevices` option into the yaml config. This would be an integer value which will represent the maximum number of the parallel running devices and tests. The implementation should...

enhancement

This should be a string array type in the yaml configuration. The values would be `Portrait, Landscape, Portrait-reverse, Landscape-reverse`. By this value the tool can generate more variations of screenshots....

enhancement

Create an example project in Flutter with UI tests and add the flutter screenshot to the project.

documentation
good first issue

Hey, I loaded a multi-page pdf using the composable `usePDF(...)` method. Then I executed the `print()` method and the output pdf is not the same as the original one. The...

bug