wdio-mocha-framework
wdio-mocha-framework copied to clipboard
A WebdriverIO v4 plugin. Adapter for Mocha testing framework.
Node 12 has build issue with fibers, looks it is fixed in V4+ but no release of wdio-mocha-framework support fibers V4+. Can we make a change to upgrade to fibers...
@christian-bromann could you please make a new release of `wdio-sync` (`fibers` update https://github.com/webdriverio-boneyard/wdio-sync/commit/dce97e0482a712660d269beb9b575bd731f26977) and use this release for an updated release here? Out tests are failing for node v12: https://github.com/maputnik/editor/pull/514
fiber@4, a dependency of wdio-sync, is required. See https://github.com/laverdet/node-fibers/issues/409
This is not the final implementation (missing tests), but wanted to open a quick PR to discuss if this would conceptually be considered for merge.
Hello, I'm facing a similar issue as described in https://github.com/mochajs/mocha/pull/1014 thread. I have a test suite with 100+ scenarios, and also I have beforeEach hook. But sometimes something may go...
C:\Users\smarigowda\SAN\gitLab\wdioPOC (master -> origin) ([email protected]) λ yarn add wdio-mocha-framework yarn add v1.12.3 info No lockfile found. warning package-lock.json found. Your project contains lock files generated by tools other than Yarn....
In the `beforeTest`/`afterTest` hooks, the first parameter passed (named `test` in the docs) is an object that looks a lot like the `this.currentTest` object that you normally have access to,...
We've been seeing an issue with the reporter failing to show a report at the end of a test run. At the moment, this only happens when using a remote...
It would be nice if wdio-mocha-framwork supported custom mocha interfaces. My use case is rather complex and I wanted to "extend" describe to handle some logic for the user (setting...