selenium-cucumber-js icon indicating copy to clipboard operation
selenium-cucumber-js copied to clipboard

Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js

Results 44 selenium-cucumber-js issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi! It would be fine if directories were allowed in pageObjects directory. example usage: for this file: 'page_objects/DirName/PageObject.js' : `page.DirName.PageObject.method();` Suggested solution: `global.page = requireDir(global.pageObjectPath, { camelcase: true, recurse: true...

The repository contains example data, but you would like to have a "ready to use" environment when you download the project instead of a runnable example. If you don't want...

@john-doherty - First of all thank you for this amazing library. Although I had already asked this question via https://github.com/john-doherty/selenium-cucumber-js/issues/76 since the suggestion in there is not working and I...

fix waits at custom driver

Whole error Downloading https://chromedriver.storage.googleapis.com/2.28/chromedriver_win32.zip Saving to C:\GITWOR~1\VIMTHI~1\AppData\Local\Temp\chromedriver\chromedriver_win32.zip Receiving... ChromeDriver installation failed Error with http request: { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-type': 'text/html; charset=utf-8', 'proxy-connection': 'close', connection: 'close', 'content-length': '756' }...

Hi, Is there anyway that we can improve this framework to execute the scenarios in parallel?

help wanted

Hi, thanks for this project, it is very helpful! However, I have this problem every time I run my tests on my Jenkins instance: `WebDriverError: unknown error: failed to change...

Hi John, this isnt an issue, just wanted to get some help around tweaking this framework to support appium, if you have ever tried launching tests to appium from the...

I'd like to integrate Mink into this project ala https://github.com/Adezandee/cucumber-mink, are there plans afoot to do this already?