Skip to content
Arthur Guiot edited this page Jan 13, 2018 · 4 revisions

EyeJS


A JavaScript testing framework for the real world
By the way, you can ⭐️ the project to support it 😊

GitHub release Build Status Github All Releases npm License

Welcome

Welcome to the official documentation of EyeJS, a JavaScript testing framework for the real world. EyeJS was designed for big projects, but it could also be used in smaller projects. If I made this framework, it's because I was upset with Jest, Mocha, etc... because I couldn't find something that was designed for what I needed: test if features worked or not. EyeJS isn't meant to report errors and where do they come from, but just tell if your code can be deployed or not. EyeJS is definitely something to use when you need a test framework that can do what a test framework should do: test 😊 I hope 🤞 you'll fall in love with EyeJS because I spent a lot of hours and drunk a lot of coffee ☕️ to create this framework.

Clone this wiki locally