paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Open results in Android Studio automatically

Open yschimke opened this issue 2 years ago • 0 comments

Not sure if this is feasible, but putting it out there.

For running single tests when debugging issues, it would be useful to have an automatic ways to show results. This is different experience from running in CI, or running a whole test suite. But fixing an issue, re-run a single test file, or single test method and automatically see results.

Options

  • Open using platform open commands. Maybe java.awt.Desktop.open(), or xdg-open/
  • In Android Studio use the built in webserver http://localhost:63342/api/
  • jetbrains urls? https://stackoverflow.com/questions/56061831/create-a-web-browser-link-that-opens-a-file-in-intellij-possible/56066943#56066943

Feel free to close if out of scope, but just something I noticed when working on specific tests.

yschimke avatar Apr 17 '22 10:04 yschimke