Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arguiot/eyejs
A JavaScript testing framework for the real world
https://github.com/arguiot/eyejs
cli displayjs eyejs javascript nodejs test-framework testing testing-tools
Last synced: 7 days ago
JSON representation
A JavaScript testing framework for the real world
- Host: GitHub
- URL: https://github.com/arguiot/eyejs
- Owner: arguiot
- License: mit
- Created: 2017-09-24T03:13:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T21:01:36.000Z (8 months ago)
- Last Synced: 2024-04-14T11:24:52.629Z (7 months ago)
- Topics: cli, displayjs, eyejs, javascript, nodejs, test-framework, testing, testing-tools
- Language: JavaScript
- Homepage: https://eye.js.org
- Size: 1.24 MB
- Stars: 67
- Watchers: 5
- Forks: 13
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
EyeJS
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
A JavaScript testing framework for the real world
By the way, you can ⭐️ the project to support it 😊
[![GitHub release](https://img.shields.io/github/release/arguiot/EyeJS.svg)](https://github.com/arguiot/EyeJS/releases)
[![Build Status](https://travis-ci.org/arguiot/EyeJS.svg?branch=master)](https://travis-ci.org/arguiot/EyeJS)
[![Github All Releases](https://img.shields.io/github/downloads/arguiot/EyeJS/total.svg)](https://github.com/arguiot/EyeJS/)
[![npm](https://img.shields.io/npm/dt/eye.js.svg)](https://www.npmjs.com/package/eye.js)
[![License](https://img.shields.io/github/license/arguiot/EyeJS.svg)](LICENSE)## Getting Started
To use EyeJS, you'll need to download EyeJS via NPM, and create a `__test__` folder in your project folder, and put tests files in it. (NPM might require `sudo` on Mac).
```bash
$ npm install -g eye.js
```
## Run EyeJS
EyeJS comes with a CLI:
```bash
$ eye
```
## The full docs can be found [here](https://github.com/arguiot/EyeJS/wiki)## Support
EyeJS is a project that required a lot of work and effort. You can show your appreciation by leaving a ⭐️. But you can also contribute in a 'financial' way by giving some XMRs (if you have no idea of what this is, look for Monero on Google) at this address:
```bash
49qzWTyu4awZFpnVRUZHCQE8xz1bcoRkCQh1nrRsTHg3if6osQqVXRoFAyGYvhDR4pZ4w8WTKQDykYy5Z2Sj6i9TAj2fiBr
```## Contributing
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
#### Made something using the EyeJS?
Add the built with EyeJS badge to your `README.md`
[![Built with EyeJS](https://img.shields.io/badge/Built%20with-EyeJS-blue.svg)](https://img.shields.io/badge/Built%20with-EyeJS-blue.svg)
Feel free to send me an email at [[email protected]](mailto:[email protected]), and I might add your site to an examples section I'm currently working on.
## Examples of projects using EyeJS
- [DisplayJS](https://display.js.org)
- [Glottologist](https://glottologist.js.org)
- [CrypTools Org](https://cryptools.github.io)## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/arguiot/EyeJS/tags).
## Authors
- **Arthur Guiot** - *Initial work* - [@arguiot](https://github.com/arguiot)
Also look at the list of [contributors](https://github.com/arguiot/EyeJS/contributors) who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Copyright © 2017 Arthur Guiot All Rights Reserved.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!