Anyone know how I can debug the `Test framework qu...
# spek
s
Anyone know how I can debug the
Test framework quit unexpectedly
error I am getting when trying to run a test? Can't seem to find any error statements anywhere. Using v2.0.8 with an Android module, junit5 plugin is applied, have all the dependencies added correctly. 🤔
r
Try running the test in gradle with —info or —debug - if there is an engine error it should show up.
👍 1
s
Hmmm not seeing any errors. Gonna have to take a look at it tomorrow 😞
r
Let me know if I can help in some way :)