Code Monkey home page Code Monkey logo

Comments (2)

everzet avatar everzet commented on May 25, 2024

Why do you need this??? FeatureContext just defines a hooks and step definitions. That's all! Why do you want multiple copies of same steps in your suite? It doesn't makes sense to me. It's impossible by couple of reasons and most important one is that Behat will not be able to resolve what definition to use, when he'll have multiple contexts with exact same step definitions (inheritance). Another reason is that every FeatureContext defines loadable hooks and Behat can have multiple - multiple contexts will load multiple hooks at a time.

FeatureContext is just a code representation of your features - step definitions and hooks. And i don't see why you might need multiple classes, that'll provide same information (even if we forgot, that Behat not able do handle them anyway).

To use main context steps - use context aliases:

$this->getMainContext()->visit(...);

from behat.

cordoval avatar cordoval commented on May 25, 2024

oh ok thanks for explaining I thought i could not use mink shortcuts on subcontexts due to this impossibility

now I am a bit more clear on the code too, thanks a lot @everzet !

from behat.

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.