Search code examples
javascriptcucumberautotest

Cucumber-boilerplate error running


I am looking for simple setup for doing auto testing js with cucumber, I find some nice package webdriverio/cucumber-boilerplate, but looks like it isn't working for me have some errors like:

Uncaught Error: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html

All what I did is copying this test folder and added dep to package. Maybe you can suggest some nice package with simple setup and examples?


Solution

  • After I install chromedriver and set path for And after I install selenium set up the url and port of selenium from config all works for me.