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

--suiteRetries does not re-run global beforeEach #588

Closed
tcpatterson opened this issue Aug 6, 2015 · 1 comment
Closed

--suiteRetries does not re-run global beforeEach #588

tcpatterson opened this issue Aug 6, 2015 · 1 comment
Assignees
Labels

Comments

@tcpatterson
Copy link

I am not seeing my global beforeEach hook being run on --suiteRetries. Per the documentation, " // This will be run before each test suite is started
beforeEach: function(browser, done)", so I would expect my global beforeEach to be run on a suite retry as my understanding is that it runs the suite again. Am I misunderstanding something?

@sknopf
Copy link
Collaborator

sknopf commented Sep 13, 2015

This is fixed as of 0.8.0

@sknopf sknopf closed this as completed Sep 13, 2015
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

2 participants