IDE Support/Workflow #1233
Replies: 2 comments 4 replies
-
Hi, We use terminal for everything ( On CI, we take advantage of the native results (JUnit XML on Android, But our integration with native testing tools a bit barebones now (biggest pain is that we get to run only 1 test in a single APK. To run another test, a new APK has to be built). This will get 10x better when we finish the epic test bundling feature. I agree that starting tests from IJ is cool. Unfortunately, we don't support it (technically we do, because we're just a JUnit or XCTest, but |
Beta Was this translation helpful? Give feedback.
-
Any progress made on attaching a debugger? Would be extremely useful. I've been able to debug without the debugger but I had quite some tough nuts to crack early on. Now things are stable. Though still I'd be super happy to have access to a debugger. Cheers! |
Beta Was this translation helpful? Give feedback.
-
I would like to know how your workflow is. I really enjoy starting my tests from IntelliJ and viewing the results without touching the command line.
How do you debug and run the tests in your IDE, or are you using the command line for most things?
Beta Was this translation helpful? Give feedback.
All reactions