web-automation icon indicating copy to clipboard operation
web-automation copied to clipboard

BDD tests with Cucumber, WebdriverIO and Docker Selenium

Results 4 web-automation issues
Sort by recently updated
recently updated
newest added

@types/cucumber is deprecated and some other libraries are outdates and causing errors when running npm run test. could you pleasee try to fix if its possible for you

Hi I was trying to run the code on sauce labs, i tried doing this: created a `sauce.config.ts` ``` exports.config = { runner: 'local', user: process.env.SAUCE_USERNAME, key: process.env.SAUCE_ACCESS_KEY, sauceConnect: true,...

This is really awesome. Helped me a lot. Found the following, I am trying to run the command "Then I expect that the url is "http://webdriverjs.christian-bromann.com/" When I print currentUrl...

First of all thanks for this awesome setup. Makes life a lot easier for me. I am trying to add a custom command to make the page wait for a...