linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

Fix integration tests #394

Open searls opened 7 years ago

searls commented 7 years ago

Sadly, thanks to requiring multiple versions of Java, I can no longer get the e2e specs to work with webdriver-sync, locally or in travis. Disabled them in the build here https://github.com/linemanjs/lineman/commit/2256e6cd16100911dd1c9e3ba7bd7c41e0d055b0

Before we do any work on lineman, these should be fixed and reenabled.