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

test.only() function isn't working when using the Mocha TDD interface #1838

Closed
mmcculloch15 opened this issue Jan 23, 2017 · 1 comment
Closed

Comments

@mmcculloch15
Copy link

The Problem

When using the Mocha TDD UI interface, tests cannot be singled out for execution by using the only() function.

Environment

  • WebdriverIO version: 4.6.1
  • Node.js version: 6.6.0
  • [Standalone mode or wdio testrunner] wdio
  • if wdio testrunner, running synchronous or asynchronous tests: synchronous
  • Additional wdio packages used (if applicable):

Details

Only the TDD UI seems to be affected. I can use the BDD interface and execute a single test with it.only().

Link to Selenium/WebdriverIO logs

Code To Reproduce Issue [ Good To Have ]

Gist: https://gist.github.com/mmcculloch15/9d03692de1536c0d72166fbee155835c

@christian-bromann
Copy link
Member

@mmcculloch15 I was not able to reproduce this. I downloaded the gist and ran it with success. Please let me know if you have any more information. I would be happy to reopen this issue if it turns out to be a bug in WebdriverIO.

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

2 participants