Giter VIP home page Giter VIP logo

Comments (4)

gasparnagy avatar gasparnagy commented on June 12, 2024 1

From the error message maybe there is a problem with your App.config file (C:\Users\me\source\repos\SPFAutomation\Automation\App.config). Maybe it does not contain a element? Could you please check if the problem is solved if you add an empty SpecFlow config node? Like

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="specFlow" type="TechTalk.SpecFlow.Configuration.ConfigurationSectionHandler, TechTalk.SpecFlow" />
  </configSections>
  <specFlow>
  </specFlow>
</configuration>

from deveroom-visualstudio.

jrbye avatar jrbye commented on June 12, 2024

That worked! I thought that since we didn't have to specify the Unit Testing framework in the App config I wouldn't need a specflow section in there. I added it as you specified, cleaned and rebuilt the project and it worked.

Thank you very much for your help.

from deveroom-visualstudio.

gasparnagy avatar gasparnagy commented on June 12, 2024

OK, thx. I mark this as a bug, as Deveroom should be tolerant for this situation, that is otherwise valid for SpecFlow.

from deveroom-visualstudio.

gasparnagy avatar gasparnagy commented on June 12, 2024

This (Deveroom fails to discover step definitions when App.config does not contain a node) has been fixed and will be included in the next release

from deveroom-visualstudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.