Hassaan Hafeez
Hassaan Hafeez
**How to reproduce with WDIO examples in the repository:** 1. Modify `examples/wdio/mocha/wdio.conf.ts` to include `runner: 'browser'` in the config. 2. Modify `examples/wdio/mocha/mocha.test.ts` to add a test in between the two...
Running into the same issue, is there any workaround to this?
Still running into this issue with 9.1.0 `2024-09-24T19:18:20.441Z INFO @wdio/browser-runner:plugin: Received request for: /node_modules/mocha/mocha.css` ``` { level: 'SEVERE', message: 'http://localhost:62554/node_modules/mocha/mocha.css - Failed to load resource: the server responded with a...
Using the latest (as of this comment) version of packages, still running into this issue in my monorepo workspace.
@christian-bromann I've created the following package to try and replicate the error, however it's confused me more: https://github.com/HassHz/sampleworkspace If you try running `yarn test` in `packages/package2`, the tests passes and...
Hi @christian-bromann, Another very simple reproducible example for this is if you use the WDIO mocha test in the repository: 1. In `/examples/wdio/mocha/mocha.test.ts.` add the following test in the middle:...
@srizvi1 Thanks, I moved the grid information outside the capabilities under `userA` and `userB` in the example code and it works! Not sure if it's intended to be this way...