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

Allow to explicitly specify step definers to load #151

Open
ilyapuchka opened this issue Dec 17, 2018 · 0 comments
Open

Allow to explicitly specify step definers to load #151

ilyapuchka opened this issue Dec 17, 2018 · 0 comments

Comments

@ilyapuchka
Copy link
Collaborator

ilyapuchka commented Dec 17, 2018

Currently all step definers, as in subclasses of StepDefiner, are loaded by default before test case starts, which may require to make sure that steps expressions are not ambiguous and results in issues like #17
Probably the simplest solution to that would be to allow each test to specify what step definers it uses to load only their steps.
This behaviour is also inconsistent in native and core tests, which is fixed with #131

Thoughts @kerrmarin @deanWombourne ?

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