-
Notifications
You must be signed in to change notification settings - Fork 14
Description
It'd be great if we had an appliance testing framework. This could be used to create a raft of test we could do on appliances.
@qrntz started wortk on a framework that leverages PhantonJS.
@Dude4Linux suggested that perhaps Selenium might be a better option. @qrntz had some concerns about that having a lot of x11 dependencies but it seems that the Selenium Server is desinged to run the tests headlessly (see here). Actually there is a 3rd party PhantonJS "driver" avaialble for Selenium (called GhostDriver).
Here are some other links that may be of interest:
http://docs.seleniumhq.org/download/
https://github.com/angular/protractor/blob/master/docs/server-setup.md
https://www.npmjs.com/package/selenium-standalone
http://nightwatchjs.org/
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.