Skip to content
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

Closed
boris779 opened this issue Sep 8, 2017 · 4 comments
Closed

PowerShell Runner Shows Only First Test Result File #485

boris779 opened this issue Sep 8, 2017 · 4 comments
Assignees

Comments

@boris779
Copy link

boris779 commented Sep 8, 2017

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>`

@dirkrombauts
Copy link
Member

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?

@boris779
Copy link
Author

boris779 commented Sep 8, 2017

Exactly. The result is correct, both files are processed!
Only a display bug :-)

@dirkrombauts
Copy link
Member

Cool.

The fastest way to get the fix is to send me a pull request :-)

@dirkrombauts dirkrombauts changed the title Multiple Test Result Files not listet Multiple Test Result Files not listed Sep 27, 2017
@dirkrombauts dirkrombauts self-assigned this Sep 27, 2017
@dirkrombauts dirkrombauts changed the title Multiple Test Result Files not listed PowerShell Runner Shows Only First Test Result File Sep 27, 2017
@dirkrombauts dirkrombauts mentioned this issue Sep 28, 2017
@dirkrombauts
Copy link
Member

Released in version 2.17.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants