Skip to content

scriby/browser-harness-bootstrap-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of how to write browser harness tests. It makes use the Bootstrap documentation from Bootstrap. This project is not affiliated with or endorsed by Bootstrap.

To run the tests:

git clone https://github.com/scriby/browser-harness-bootstrap-tests.git
cd browser-harness-bootstrap-tests

npm install

node server.js

# From another terminal
./node_modules/mocha/bin/mocha ./tests/tests.js -R spec -t 10000

The tests run in Chrome by default. To run in a different browser, edit the following line of tests/test.js:

testBrowser = new harness.Browser({ type: 'chrome' });

Screencasts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published