Replies: 3 comments 1 reply
-
|
Can you try re-running? That error is often just an intermittent hiccup (whose source we have yet to track down). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have run the command multiple times with consistent results.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I ran it on the device (yields JUnit error in "device-skip-test") + naked (no device, no emulator) with no errors in naked-skip-test.txt |
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.
-
I come from the iOS world, and I can't make sense of this
JUniterror. It looks like the plugin generates Android test output in one folder, and tries to parse the test output from a different folder?Here is the output from running
skip testfrom a freshly cloned skip-web repositoryThe folder
/private/tmp/skip-web/.build/plugins/outputs/skip-web/SkipWebTests/destination/skipstone/SkipWeb/.build/SkipWeb/exists, but it does not have the requestedtest-resultssub-folder.It looks like the test output file was generated in another folder (
...build/SkipWeb/outputs/...)?I must have a misconfiguration somewhere?!?? have no idea where to start
Beta Was this translation helpful? Give feedback.
All reactions