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

BeforeFeature & AfterFeature hooks are too limited #71

Open
3 tasks
agourlay opened this issue May 2, 2016 · 0 comments
Open
3 tasks

BeforeFeature & AfterFeature hooks are too limited #71

agourlay opened this issue May 2, 2016 · 0 comments
Labels

Comments

@agourlay
Copy link
Owner

agourlay commented May 2, 2016

Those hooks are registering function () => Unit.

They are really usefull for technical concerns like setting up and cleaning infrastructure but they are not integrated enough with the DSL.

Some ideas:

  • they could work with the session Session => Future[Session], making it the perfect spot to prepare a common base session for all features
  • they could be full fledged EffectSteps
  • the hooks could accept Steps series defined through the DSL using Attach
@agourlay agourlay added this to the 0.10.0 milestone Aug 7, 2016
@agourlay agourlay removed this from the 0.10.0 milestone Sep 8, 2016
@agourlay agourlay added this to the 1.0 milestone Jan 14, 2017
@agourlay agourlay removed this from the 0.20.0 milestone Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant