question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android Instrumentation Tests

See original GitHub issue

I was looking at the source for KTestJUnitRunner and it seems like a fairly simple subclass of Runner

AndroidJUnit4Runner and RobolectricTestRunner both ultimately extend from Runner - would it be possible to make a version of the various specs that are compatible with either of these two use cases?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:26 (20 by maintainers)

github_iconTop GitHub Comments

5reactions
svenjacobscommented, Apr 14, 2022

I searched the documentation and internet but didn’t find a solution: With the current version 5.2.3 of Kotest, is it possible to run Kotest tests as plain Android instrumentation tests (in the androidTest folder)? I don’t mean Roboletric, just plain Android tests.

5reactions
LeoColmancommented, Aug 24, 2018

Any updates on this feature?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build instrumented tests | Android Developers
Instrumented tests run on Android devices, whether physical or emulated. As such, they can take advantage of the Android framework APIs.
Read more >
Easy Instrumented Tests (UI Tests) for Android in 2021
Instrumented tests are tests that run on physical devices and emulators, and they can take advantage of the Android framework APIs and supporting...
Read more >
Developing Android unit and instrumentation tests - Tutorial
Instrumented unit tests are unit tests that run on Android devices and emulators instead of running on the Java virtual machine. These tests...
Read more >
Difference between Android Instrumentation test and Unit test ...
Instrumentation tests run on a device or an emulator. In the background, your app will be installed and then a testing app will...
Read more >
Get started with instrumentation tests | Firebase Test Lab
To use this guide, you'll need an instrumentation test (written by you or your team) that uses the Espresso or UI Automator Android...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found