Software Details:
Version: 0.3
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 80
jstestnetlib is a Python module designed to execute JavaScript tests against a JavaScript TestNet server.
Install
Using pip execute:
pip install git+git://github.com/kumar303/jstestnetlib.git#egg=jstestnetlib
Running Tests
JavaScript tests can be executed using Nose. For example:
nosetests --with-jstests \
--jstests-server http://0.0.0.0:8000/ \
--jstests-suite name-of-test-suite \
--jstests-token < security token for test suite > \
--jstests-browsers firefox,chrome -v
Requirements:
- Python
Comments not found