thom-nic / electron-demo

A simple Electron (Atom shell) demo app.
27 stars 3 forks source link

Some basic tests #2

Open thom-nic opened 9 years ago

thom-nic commented 9 years ago

inc. phantomJS

thom-nic commented 9 years ago

Added some phantom tests in 3215fbd4 but they are pretty trivial. Also seem to fail in CircleCI for some reason: https://circleci.com/gh/thom-nic/electron-demo/4

Should probably add a basic mocha test although it will be pretty trivial.

thom-nic commented 9 years ago

I think it's failing because build isn't complete before mocha tests start. Getting gulp to do things sequentially is less than straightforward.

thom-nic commented 9 years ago

Phantom is not nearly as polished for node as, ruby+capybara. Also failing in CircleCI for some unknown reason. Consider zombie.js instead.