-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
With test_runner mocha, describe.only and it.only not excluding other tests #1437
Comments
I have this same problem! |
This issue has only just appeared in the latest version of Nightwatch ( I'm not familiar enough with the codebase yet to see what's happening here.
Nightwatch Mocha-nightwatch It seems the issue here is that version 3 of Mocha brought about significant changes, for which the overriden |
I'll look into it and post a fix soon, sorry for the inconvenience. |
Should be fixed in v0.9.15. |
.only() does not seem to be working. The 'has button one' and 'had button two' tests both run although 'has button one' should be run exclusively.
Node Version: 6.9.5
Nightwatch Version: 0.9.14
Mac OS: 10.12.2
Chrome: 57
The text was updated successfully, but these errors were encountered: