Skip to main content

[SpecFlow+LivingDoc] in Azure DevOps. The Analytics Tab is not showing anything.

Comments

5 comments

  • Andreas Willich

    Normally the TestExecution.json is generated in the Output Directory, which would be something like bin\Debug\net* or bin\Release\net*.

    Did you configure a different path in specflow.json for it?

    0
  • Joe Hodgson

    I removed specflow.json and it worked. Thanks

    0
  • Andreas Willich

    Hmm, strange. What was the content of your specflow.json?

    0
  • Joe Hodgson

    {
    "livingDocGenerator": {
    "enabled": true,
    "filePath": "FeatureData.json"
    }
    }

    0
  • Andreas Willich

    You have FeatureData.json as filepath configured, but TestExecuton.json as input. That can't work. ;-)

    0

Please sign in to leave a comment.

Powered by Zendesk