-
Notifications
You must be signed in to change notification settings - Fork 25
Add support for output_name parameter #27
Comments
@sguillope It's probably best to add a |
@KrauseFx is there a reason why you used the |
@xfreebird I think it was default of |
from The file name is coming from file_name = "report.#{type}"
output_path = output_file_name || File.join(File.expand_path(Scan.config[:output_directory]), file_name) I think it would be better to use a different name for |
Sounds good to me 👍 |
Any advances made on this issue? |
👍 |
I fully agree with this! .xml would make things more compatible with bamboo |
This issue was migrated to fastlane/fastlane#1942. Please post all further comments there.
|
It would be nice if it was possible to specify the name of the output file (similar to
gym
'soutput_name
parameter).We are running our tests on Bamboo but the Junit Parser plugin only seems to parse files with an
.xml
extension. We currently have to manually rename the output filereport.junit
to have the.xml
extension.The text was updated successfully, but these errors were encountered: