How do I generate Json Report with CucumberAndroidJUnitRunner? #2289
Unanswered
SchlauFuchs
asked this question in
Q&A Java
Replies: 1 comment
-
|
From memory (2017), you need to enable writing to external storage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to create a JSON test report with CucumberAndroidJUnitRunner - but tests fail when I add the
pluginto my runner - the tests fail. I tried different paths (like"json:build/outputs/test-results/BddTests.json"for example) and no path at all, like"json:cucumber.json"for example.The error is always:
Any advise?
Beta Was this translation helpful? Give feedback.
All reactions