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

Pickles parsing error on root Pickles_FeatureDirectory #614

Open
SergioETrillo opened this issue Jun 11, 2021 · 0 comments
Open

Pickles parsing error on root Pickles_FeatureDirectory #614

SergioETrillo opened this issue Jun 11, 2021 · 0 comments

Comments

@SergioETrillo
Copy link

SergioETrillo commented Jun 11, 2021

I use Pickles.MSBuild, latest version v.2.21.1 I configure it as below:

<Pickles_Generate>True</Pickles_Generate>
<Pickles_DocumentationFormat>dhtml</Pickles_DocumentationFormat>
<Pickles_OutputDirectory>.\PickleJar</Pickles_OutputDirectory>
<Pickles_FeatureDirectory>..\..\..\src</Pickles_FeatureDirectory>
<Pickles_ResultsFile>.\TestResult.xml</Pickles_ResultsFile>
<Pickles_ResultsFormat>nunit3</Pickles_ResultsFormat>

When I try to build the project, I get the following error:

C:\Dev\ces\src\packages\Pickles.MSBuild.2.21.1\build\Pickles.MSBuild.targets(12,9): error : Some files were not parsed correctly.

I got a few Specflow projects scattered under my src root directory on different levels. When I change the Pickles_FeatureDirectory to point to those specific projects, it builds without problem.

A colleague got this issue at some point, and fixed it by correcting some html file, so it would seem that Pickles looks for not just feature files? Is there any way I can debug where the offending file is?

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

1 participant