gradle-spoon-plugin icon indicating copy to clipboard operation
gradle-spoon-plugin copied to clipboard

Gradle plugin that provides a task to run Android instrumentation tests via Spoon.

Results 42 gradle-spoon-plugin issues
Sort by recently updated
recently updated
newest added

I have provided permissions in my Manifest file and have granted it as well on my test class ` @Rule public GrantPermissionRule mRuntimePermissionRule = GrantPermissionRule.grant( Manifest.permission.WRITE_EXTERNAL_STORAGE, Manifest.permission.READ_EXTERNAL_STORAGE ); ` But...

I'm wondering why this is the case? Is there a technical reason, or is it just unimplemented? I have an external test project setup using the `com.android.test` plugin, and therefor...

enhancement
help wanted

Thank you for gradle 4 support Can you tray run tests from specific package and help me? In my case I was trying by setting instrumentation arguments: > instrumentationArgs =...

on hold

Hello! On our project we do have two different packages in androidTest. One is for Espresso tests only, and second one is for Android unit testing. Right now we do...

question

There is this code in your plugin ``` // This is a hack for library projects. // We supply the same apk as an application and instrumentation to the soon...

enhancement
question

When I run gradle task **spoonAndroidTest**, it only creates reports for the spoon screenshots. And it does not create the reports when you run **connectedAndroidTest**. Is it possible to run...

question

I have the following code: ```gradle spoon { // The number of separate shards to create. if (project.hasProperty('spoonNumShards')) { numShards = project.spoonNumShards } // The shardIndex option to specify which...

When I run my Espresso + Cucumber tests with the following setup: spoon { baseOutputDir = "$buildDir/reports/spoon-output" debug = true noAnimations = true adbTimeout = 5 grantAll = true ignoreFailures...

# Actual Test classes which are annotated with `@Ignore` get executed and fail. ``` 2018-11-07 13:55:07 [SDR.run] Running at.some.app.android.ui.PaymentMethodsFlowTest#null on [emulator-5554] 01:55:07 I/RemoteAndroidTest: Running am instrument -w -r -e class...

Bumps com.gradle.develocity from 3.17.4 to 3.17.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develocity&package-manager=gradle&previous-version=3.17.4&new-version=3.17.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java