I was wondering is it currently possible to use webdriver.io directly with velocity?
I’m not a big fan of cucumber due to the amount of indirection it adds. I’d rather write tests directly with webdriver.io using Page model.
Not with velocity. I use nightwatch with phantomjs (Firefox if I have to debug a test).
I’ll be very happy once I figure out how to setup selenium grid on my 8 core desktop and fire up the tests from my laptop.
You can also use Jasmine or Mocha with Webdriver.io. You can find a guide for sanjo:jasmine here: https://github.com/Sanjo/meteor-jasmine/wiki/End-to-End-Tests
1 Like
@manuel Have you seen this? https://www.youtube.com/watch?v=83dBtU6qy6c
Velocity will be developed to support distributed testing in the next few months
aye, can’t wait for it… No seriously, I can’t wait for it That’s why I’m using Nightwatch in parallel on my laptop.
Cucumber 0.6.0-rc.7 is out, please help test it and note the breaking changes.