Skip to content

kumar303/jstestnetlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS TestNet Client Library

Client library to execute JavaScript tests against a JS TestNet server.

Install

Using pip run:

pip install git+git://github.com/kumar303/jstestnetlib.git#egg=jstestnetlib

Running Tests

You can execute JavaScript tests using Nose after installing the package. 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

About

JS TestNet client library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages