forked from x97mdr/pickles
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell Runner Shows Only First Test Result File #485
Comments
Thanks! This is only a problem with displaying the name of the test result file, right? Can you confirm that both of your test result files are being used? |
Exactly. The result is correct, both files are processed! |
Cool. The fastest way to get the fix is to send me a pull request :-) |
dirkrombauts
changed the title
Multiple Test Result Files not listet
Multiple Test Result Files not listed
Sep 27, 2017
dirkrombauts
changed the title
Multiple Test Result Files not listed
PowerShell Runner Shows Only First Test Result File
Sep 27, 2017
Merged
Merged
Released in version 2.17.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you add more that one to option lr only the first file is listed in the output when useing the Pickles Command Line Tool.
See my example output. I added 2 json-files but in the output vom commandline tool only the first is listed.
`PS C:\temp\aggregate_cucumber> C:\Programs\nuget\Pickles.CommandLine.2.16.2\tools\pickles.exe -f=C:\temp\features
\pickles --trfmt=cucumberjson --lr='.\cucumber_1.json;.\cucumber_2.json' -l=de --df=dhtml --sn=Name --et=ignore
Pickles v.2.16.2.0
Generating documentation based on the following parameters
Feature Directory : C:\temp\features
Output Directory : c:\temp\pickles
Project Name : Name
Project Version :
Language : de
Incorporate Test Results? : Yes
Include Experimental Features? : No
Exclude Tag : ignore
Test Result Format : CucumberJson
Test Result File : C:\temp\aggregate_cucumber\cucumber_1.json
Writing DHTML files to c:\temp\pickles
Pull Down Feature Images
Write Resources
Utilize JsonBuilder To Dump Json Feature File Next To Dthml Resources
Writing JSON to c:\temp\pickles
Tweak Json file
Pickles completed successfully
PS C:\temp\aggregate_cucumber>`
The text was updated successfully, but these errors were encountered: