Skip to content
Arthur Guiot edited this page Oct 16, 2017 · 2 revisions

Frequently Asked Questions:

Browser / Node support

EyeJS is compatible with all major versions of Node. We test EyeJS with:

  • Node LTS
  • Node 7
  • Node 8
  • Latest Node version

⚠️ EyeJS can only run browser tests on Node 8.

For the browsers, expect it to run in modern browsers. We don't test on a lot of browsers, but we are optimising EyeJS for Chrome and Safari.

Can we use EyeJS in big projects?

Yes, if you figure out that EyeJS is the obvious choice, then nothing will stop you from using it.

Does it works on TravisCI, CircleCi, etc...?

Yes and no, let me explain, you won't be able to run browser-based tests, but you'll be able to run all node based test.

⚠️ Normally, EyeJS handles CIs, but if your build is failing because of EyeJS, you'll need to add an Environment Variable, such as ENV=CI.


⚠️ Questions?

Don't hesitate to ask your questions ⁉️ in the issue part 😁