{"id":17153632,"url":"https://github.com/arguiot/eyejs","last_synced_at":"2025-08-21T15:31:54.104Z","repository":{"id":47131978,"uuid":"104615160","full_name":"arguiot/EyeJS","owner":"arguiot","description":"A JavaScript testing framework for the real world","archived":false,"fork":false,"pushed_at":"2024-03-26T21:01:36.000Z","size":1299,"stargazers_count":67,"open_issues_count":29,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T11:24:52.629Z","etag":null,"topics":["cli","displayjs","eyejs","javascript","nodejs","test-framework","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://eye.js.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arguiot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-24T03:13:23.000Z","updated_at":"2024-05-23T00:25:15.413Z","dependencies_parsed_at":"2023-12-26T06:37:16.440Z","dependency_job_id":"cd0cdd70-25f6-460b-9721-725ba6109880","html_url":"https://github.com/arguiot/EyeJS","commit_stats":{"total_commits":142,"total_committers":10,"mean_commits":14.2,"dds":0.176056338028169,"last_synced_commit":"72ea9f3775c68363882a590d3d14f8dd70b2a0d7"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FEyeJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FEyeJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FEyeJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FEyeJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arguiot","download_url":"https://codeload.github.com/arguiot/EyeJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230520390,"owners_count":18238948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","displayjs","eyejs","javascript","nodejs","test-framework","testing","testing-tools"],"created_at":"2024-10-14T21:46:47.194Z","updated_at":"2024-12-20T01:15:06.347Z","avatar_url":"https://github.com/arguiot.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003eEyeJS\u003c/h1\u003e\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://rawgit.com/arguiot/EyeJS/master/docs/img/EyeJS-logo.svg\" width=\"256\"\u003e\n\u003cbr/\u003e\nA JavaScript testing framework for the real world\n\u003cbr/\u003e\n  \u003ci\u003eBy the way, you can ⭐️ the project to support it 😊\u003c/i\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n[![GitHub release](https://img.shields.io/github/release/arguiot/EyeJS.svg)](https://github.com/arguiot/EyeJS/releases)\n[![Build Status](https://travis-ci.org/arguiot/EyeJS.svg?branch=master)](https://travis-ci.org/arguiot/EyeJS)\n[![Github All Releases](https://img.shields.io/github/downloads/arguiot/EyeJS/total.svg)](https://github.com/arguiot/EyeJS/)\n[![npm](https://img.shields.io/npm/dt/eye.js.svg)](https://www.npmjs.com/package/eye.js)\n[![License](https://img.shields.io/github/license/arguiot/EyeJS.svg)](LICENSE)\n\n\u003c/div\u003e\n\u003c/p\u003e\n\n## Getting Started\n\nTo 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).\n```bash\n$ npm install -g eye.js\n```\n## Run EyeJS\nEyeJS comes with a CLI:\n```bash\n$ eye\n```\n## The full docs can be found [here](https://github.com/arguiot/EyeJS/wiki)\n\n## Support\nEyeJS 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:\n```bash\n49qzWTyu4awZFpnVRUZHCQE8xz1bcoRkCQh1nrRsTHg3if6osQqVXRoFAyGYvhDR4pZ4w8WTKQDykYy5Z2Sj6i9TAj2fiBr\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n#### Made something using the EyeJS?\n\nAdd the built with EyeJS badge to your `README.md`\n\n[![Built with EyeJS](https://img.shields.io/badge/Built%20with-EyeJS-blue.svg)](https://img.shields.io/badge/Built%20with-EyeJS-blue.svg)\n\n\nFeel free to send me an email at [arguiot@gmail.com](mailto:arguiot@gmail.com), and I might add your site to an examples section I'm currently working on.\n\n## Examples of projects using EyeJS\n- [DisplayJS](https://display.js.org)\n- [Glottologist](https://glottologist.js.org)\n- [CrypTools Org](https://cryptools.github.io)\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/arguiot/EyeJS/tags).\n\n## Authors\n\n- **Arthur Guiot** - *Initial work* - [@arguiot](https://github.com/arguiot)\n\nAlso 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 😊.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\nCopyright \u0026copy; 2017 Arthur Guiot All Rights Reserved.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://arguiot.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/18022260?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArthur Guiot\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/arguiot/EyeJS/commits?author=arguiot\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://rex-tsou.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/16360246?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRex Tsou\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#design-akccakcctw\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farguiot%2Feyejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farguiot%2Feyejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farguiot%2Feyejs/lists"}