When I add wdio-video-reporter the command line is stoping forerver with message "DevTools listening on ws on ws://127.0.0.1:65229/devtools/browser/34f09e16-ece7-47a4-ba8c-e7d799fc6771" like this picture below
2023-11-02T15:35:37.248Z INFO @wdio/cli:launcher: Run onPrepare hook
2023-11-02T15:35:37.249Z INFO @wdio/utils: Setting up browser driver for: chrome@stable
2023-11-02T15:35:37.250Z INFO @wdio/utils: Setting up browser binaries for: chrome@stable
2023-11-02T15:35:37.252Z INFO webdriver: Downloading Chromedriver v119.0.6045.106
2023-11-02T15:35:37.743Z WARN webdriver: Chromedriver v119.0.6045.106 don't exist, trying to find known good version...
2023-11-02T15:35:38.238Z INFO webdriver: Download of Chromedriver v119.0.6045.105 was successful
2023-11-02T15:35:38.240Z INFO @wdio/cli:launcher: Run onWorkerStart hook
2023-11-02T15:35:38.241Z INFO @wdio/local-runner: Start worker 0-0 with arg: run,./wdio.conf.ts
2023-11-02T15:35:38.252Z DEBUG @wdio/local-runner: Send command run to worker with cid "0-0"
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Have you read the Contributing Guidelines on issues?
WebdriverIO Version
lastest
Node.js Version
lastest
Mode
WDIO Testrunner
Which capabilities are you using?
What happened?
When I add
wdio-video-reporter
the command line is stoping forerver with message "DevTools listening on ws on ws://127.0.0.1:65229/devtools/browser/34f09e16-ece7-47a4-ba8c-e7d799fc6771" like this picture belowI'm using typescript with wdio.conf.ts
package.json below :
What is your expected behavior?
should can run test normally
How to reproduce the bug.
Relevant log output
Code of Conduct
Is there an existing issue for this?