Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitovi/legacy-syn
Project to maintain JMVC history for FuncUnit project. This is legacy only, live project is bitovi/syn.
https://github.com/bitovi/legacy-syn
Last synced: about 8 hours ago
JSON representation
Project to maintain JMVC history for FuncUnit project. This is legacy only, live project is bitovi/syn.
- Host: GitHub
- URL: https://github.com/bitovi/legacy-syn
- Owner: bitovi
- Created: 2014-01-23T20:26:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T20:26:55.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T22:37:33.532Z (7 months ago)
- Language: JavaScript
- Size: 430 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/bitovi/syn.png?branch=master)](https://travis-ci.org/bitovi/syn.png?branch=master)
What It Is
Syn is a synthetic event library that pretty much handles typing, clicking, moving, and
dragging exactly how a real user would perform those actions.Relevant Links
1. [http://bitovi.com/blog/2010/07/syn-a-standalone-synthetic-event-library.html](http://bitovi.com/blog/2010/07/syn-a-standalone-synthetic-event-library.html)
2. Full Syn docs coming soon!Using Syn
You'd use syn to perform functional testing or simulate user actions on a JavaScript application. To add syn to your page all you need to do is add [syn.js](https://raw.github.com/bitovi/syn/master/dist/syn.js) to your page. Syn is also available via Bower:
bower install syn
Running Syn Tests
Load test/index.html in any browser to run all the tests.