Aleksei
Aleksei
any help pls? done: brew update + brew doctor. MAC OS X 10.10.4 brew install --HEAD ideviceinstaller ==> Cloning http://git.sukimashita.com/ideviceinstaller.git Updating /Library/Caches/Homebrew/ideviceinstaller--git ==> Checking out branch master ==> ./autogen.sh checking...
**Describe the bug** I am trying to generate fake address data by country using supported locales. **To Reproduce** ``` Faker faker = new Faker(new Locale("en-US")); System.out.println(String.format("en-US: %s", faker.address().country())); faker =...
when we have many fails in test and we know the reason for quick navigation it is easier to collapse test errors and move to next one. it would be...
When we have many tests and want to group them by Feature (Login, Register, Menu, so on) in report it will be very useful to use 'Feature' annotation (or something...
## The problem with ``` capabilities.setCapability(MobileCapabilityType.FULL_RESET, true); capabilities.setCapability(MobileCapabilityType.NO_RESET, false); ``` after driver quit app got uninstalled on phone also. Will be really helpful make ability (flag?) avoid app uninstall on...