We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Those hooks are registering function () => Unit.
() => 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:
Session => Future[Session]
EffectSteps
Attach
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Session => Future[Session]
, making it the perfect spot to prepare a common base session for all featuresEffectSteps
Attach
The text was updated successfully, but these errors were encountered: