Unable to setup WebdriverIO in gitlab

Hello,
I am trying to setup wdio version 6 in my pipeline. I’ve already have running wdio version 4, but with wdio v6 I am facing issues. I am using selenium/standalone-chrome:3.141.59-20200525. I am getting error: Error: Failed to create session.
unknown error: cannot find Chrome binary.
How can I setup wdio v6?

@svs - Thanks for the question.

There is a write-up in the GitLab docs about using webdriverio for end to end testing you may want to reference if you haven’t already.

If there isn’t a specific reason to use that version of Chrome you may want to try just using latest.

Good luck!

  • James H, Gitlab Product Manager