Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 573 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 573 Bytes

Integrate

Full integration testing for your (haxe->js + server) applications.

Build it

git clone [email protected]:thomasuster/integrate.git
haxelib dev integrate integrate
git clone [email protected]:thomasuster/haxe-websocket-server.git
haxelib dev haxe-websocket-server haxe-websocket-server
git clone https://github.com/MattTuttle/hxnet.git
haxelib dev hxnet hxnet
haxelib install munit
haxelib install hamcrest

cd integrate
sh build.sh

Use it

cd ~
haxelib run integrate create my_new_project
cd my_new_project/test
haxelib run integrate test