kheera-testrunner-android icon indicating copy to clipboard operation
kheera-testrunner-android copied to clipboard

BDD Framework for Android

Results 2 kheera-testrunner-android issues
Sort by recently updated
recently updated
newest added

Screenshot functionality is disabled in the v1.0.0 release. For integration with spoon, screenshots need to be implemented in the test runner.

When defining an sdk filter, you can't currently combine 2 attributes in a single @filter line. Implement a change, allowing for this: @filter(minSdkVersion=16, maxSdkVersion = 19) In addition to this:...