Replies: 1 comment 3 replies
-
Maybe a configuration issue? WebdriverIO should execute all files that match given glob pattern.
What did WebdriverIO return? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a test suite to execute all the spec files( fullReg:['test/specs/**/*.js']).
When I executed it first time, only 20% Spec has been executed, no Pass/Fail/Skip status for remaining Specs/Tests.
I increased the 'maxInstances' to 4 for capabilities(its chrome browser) then re-tested, 55% Specs has been executed.
So, I would like to understand how bulk Spec execution can be handled in WDIO? why other spec files were not executed by WDIO? why no status for pending Specs(even Skipped status) .Pending spec shd have some status and reason for not being executed.
Beta Was this translation helpful? Give feedback.
All reactions