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

BeforeAll, Init before Tests #103

Closed
fabioel opened this issue Apr 8, 2016 · 3 comments
Closed

BeforeAll, Init before Tests #103

fabioel opened this issue Apr 8, 2016 · 3 comments

Comments

@fabioel
Copy link
Contributor

fabioel commented Apr 8, 2016

Hi @DavertMik
Is there a possibility like BeforeAll or Init to be run prior to the tests, but only once. The current implementation of Before runs before every Scenario.

@smozely
Copy link

smozely commented May 31, 2016

Been looking at this today and seems like it shouldn't be that hard to implement, seems like most of the things are there to be dispatched, but just not hooked into call the helper.js ... though seems like all.before is never called

@Nighthawk14
Copy link
Contributor

@fabioel Would that be solved with the beforeSuite hook on #167 ?

@APshenkin
Copy link
Collaborator

There is BeforeSuite and AfterSuite hooks in scenario. They runs only one time before/after feature testing

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

4 participants