Skip to content

Conversation

mannodermaus
Copy link
Owner

I feel like the integration is really smooth now. Once this is done, I'll test against another reference project through the actual Maven coordinates, and after that we should be good to go with the inaugural release. That's also when I'll attend to writing the guides on this stuff, too.

Final artifacts:

  • de.mannodermaus.junit5:android-test-core
  • de.mannodermaus.junit5:android-test-runner

Final integration:

dependencies {
  // Required for all tests
  androidTestImplementation("androidx.test:runner:...")
  // If you want...
  androidTestImplementation("androidx.test.espresso:espresso-core:...")
  // Required for JUnit 5 tests
  androidTestImplementation("org.junit.jupiter:junit-jupiter-api:...")

  // NEW: Required for JUnit 5 instrumentation tests
  androidTestImplementation("de.mannodermaus.junit5:android-test-core:...")
  androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:...")
}

@mannodermaus mannodermaus added this to the instrumentation-1.0.0 milestone Apr 7, 2019
@mannodermaus mannodermaus self-assigned this Apr 7, 2019
@mannodermaus mannodermaus merged commit 13050d9 into master Apr 7, 2019
@mannodermaus mannodermaus deleted the feature/finish-new-instrumentation-lib branch April 7, 2019 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant