Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.