This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Running tests is not dependent on key --suite #60
Labels
Comments
What if you try $ gulp test:remote -- --maxinstances 10 --suite nameOfSuite ? |
From @demshin on February 15, 2017 5:2 Than I have |
Hello! |
still not fixed ... looks like a main feature to me! workaround could be multiple wdio.config files ... how are you guys solving this? |
@christian-bromann @demshin hi, im able to resolve this based how protractor used to take arguments, so when I tried similar approach
it worked for me. |
@christian-bromann I take that back, it seems its ignoring |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @demshin on February 14, 2017 11:27
The problem
I'm runing tests with wdio (also cucumber) with key --suite nameOfSuite, but all tests run.
Environment
gulp test:remote --maxinstances 10 --suite nameOfSuite
Details
there is part of my wdio.conf.js:
`exports.config = {
If you need more information I will provide.
Copied from original issue: webdriverio/webdriverio#1872
The text was updated successfully, but these errors were encountered: