Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 520 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 520 Bytes

Cucapp-demo

This demo shows how to use Cucapp and Cappuccino.

Installations

Firstly you need to sync with the submodules :

git submodule init git submodule update

Then you maybe need to install cucumber on your system :

cd cucapp; jake install;

Usage

To launch it, simply do ./cucapp_launcher.py in the root folder

Results

The demo is going to launch several tests to show you what you can do with Cucapp. The tests show you that you can simulate keyboard event and mouse event.