Announcing cucumber-electron
cucumber.io
Announcing cucumber-electron
1–10 of 31 posts
Re: Announcing cucumber-electron
#2Does this project require your system-under-test to be a pure Node.Js application to work with it? (I am not sure if I had heard of electron, but it looks to be the case.) Is there any possibility of porting this to be a driver for test systems that use Cucumber for systems built in other languages?
Re: Announcing cucumber-electron
#3Re: Announcing cucumber-electron
#4What is cucumber? What is Electron?
For example: "cucumber-electron is a Javascript module (available via npm) that combines cucumber, a framework for writing Web page tests in plain language, with Electron, a framework for building desktop apps using Web technologies. ..."
Re: Announcing cucumber-electron
#5The title is slightly misleading. This just looks like an alternative way to run Cucumber, not a complete alternative to Selenium.
Re: Announcing cucumber-electron
#6Re: Announcing cucumber-electron
#7whats the best headless browser for CI/CD? I've always used Phantom, but would be keen to explore alternatives (especially if it could quiet the "nobody uses phantom in real life")
Only downside is you have to make it run with xvfb on the CI server, but that's pretty easy to set up in your config file usually.
Re: Announcing cucumber-electron
#8whats the best headless browser for CI/CD? I've always used Phantom, but would be keen to explore alternatives (especially if it could quiet the "nobody uses phantom in real life")
I write tests using chromedriver. Ends up being really simple to write, and if I want to debug something, it's just a chrome instance that I can use normally if I make the tests wait. Only downside is you have to make it run with xvfb on the CI server, but that's pretty easy to set up in your config file usually.
https://chromium.googlesource.com/chromium/src/+/lkgr/headle...
Re: Announcing cucumber-electron
#9whats the best headless browser for CI/CD? I've always used Phantom, but would be keen to explore alternatives (especially if it could quiet the "nobody uses phantom in real life")
Re: Announcing cucumber-electron
#10The title is slightly misleading. This just looks like an alternative way to run Cucumber, not a complete alternative to Selenium.
It didn't even occur to me that there were other ways of using Selenium than Selenium-WebDriver!