All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wtf.emulator.EwInvokeConfiguration Maven / Gradle / Ivy

Go to download

With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf

The newest version!
package wtf.emulator;

import org.gradle.api.file.FileCollection;
import org.gradle.api.provider.ListProperty;
import org.gradle.api.provider.Property;

import java.time.Duration;

public interface EwInvokeConfiguration {
  ListProperty getOutputs();
  Property getRecordVideo();

  Property getUseOrchestrator();
  Property getClearPackageData();
  Property getWithCoverage();

  Property getAdditionalApks();

  Property getNumUniformShards();
  Property getNumShards();
  Property getNumBalancedShards();
  Property getShardTargetRuntime();

  ListProperty getDirectoriesToPull();

  Property getSideEffects();

  Property getTimeout();

  Property getFileCacheEnabled();

  Property getFileCacheTtl();

  Property getTestCacheEnabled();

  Property getNumFlakyTestAttempts();

  Property getFlakyTestRepeatMode();

  Property getDisplayName();

  Property getScmUrl();

  Property getScmCommitHash();

  Property getScmRefName();

  Property getScmPrUrl();

  Property getIgnoreFailures();

  Property getAsync();

  Property getPrintOutput();

  Property getTestTargets();

  Property getProxyHost();

  Property getProxyPort();

  Property getProxyUser();

  Property getProxyPassword();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy