Not able to run tests on webDriverIO with `@wdio/cli:launcher`

I am running webDriverIO tests using npm run wdio and getting below error-

ERROR @wdio/local-runner: Failed launching test session: Error: Couldn't find plugin "slack" reporter, neither as wdio scoped package "@wdio/slack-reporter" nor as community package "wdio-slack-reporter". Please make sure you have it installed!

I have already removed slack-reporter plugin from npm package also tried re-installing all packages.

1 Answer

I think you still have wdio-slack-reporter in services in your wdio.conf.ts.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like