This repository was archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
How to get standard XML junit output with spoon #141
Comments
Yes, it's in |
Thanks! Do I need to use any special flag to make spoon crate the xml? java -jar $SPOON_JAR --apk $APK_PATH --test-apk $TEST_APK_PATH --output $SPOON_REPORT_PATH --title "$TITLE" --class-name $TEST_SUITE_CLASS Do I need to add anything? Thanks! |
Looks like you're not using Gradle Plugin in which repo you've created
issue, you're launching Spoon jar manually so you need to check Spoon repo
issues instead.
…On Mon, Jan 9, 2017, 19:01 tandroidt ***@***.***> wrote:
Thanks!
I run it on a real device, with jenkins.
So I looked for this path on the jenkins slave computer and I only have
under build the "spoon-output" folder where we put the index.html file.
Do I need to use any special flag to make spoon crate the xml?
right now I run it with these command :
java -jar $SPOON_JAR --apk $APK_PATH --test-apk $TEST_APK_PATH --output
$SPOON_REPORT_PATH --title "$TITLE" --class-name $TEST_SUITE_CLASS
Do I need to add anything?
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#141 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA7B3LaTQQhhDzunyBZva4Y4bxaEVh26ks5rQlnCgaJpZM4LeOlX>
.
|
You are right, thank a lot! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Hi!
How can I get a standard XML junit output when using spoon?
I saw in Issue #100 ( square/spoon#100) that you added this option, but couldn't find out how to use it.
I want to use the xml output in JIRA.
Thanks!
The text was updated successfully, but these errors were encountered: