Skip to content

Robot Framework test library that uses zombie.js

Notifications You must be signed in to change notification settings

shadeimi/RoboZombie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WHAT YOU NEED:
robot framework
node.js
zombie.js
node-xmlrpc
coffeescript

.. you need to figure out how to install/compile those things by your self.

HOW TO RUN THE TEST:
#start robozombie
coffee robozombie.coffee

# or if you want javascript..
coffee -c robozombie.coffee
node robozombie.js


cd robo

#start the server
python server.py start

#run the test
pybot test.txt

To use a proxy follow these guidelines:
http://jjasonclark.com/how-to-setup-node-behind-web-proxy

About

Robot Framework test library that uses zombie.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.5%
  • Python 27.8%
  • CoffeeScript 27.7%