Skip to content

Pickles parsing error on root Pickles_FeatureDirectory #614

@SergioETrillo

Description

@SergioETrillo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions