Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 0c6af8c

Browse files
committed
adding section to talk about running tests
1 parent 22443fd commit 0c6af8c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ Here's an easy guide that should get you up and running:
3737

3838
That's it for the one time setup. Now you're ready to make a change.
3939

40+
## Running the tests
41+
42+
To run the tests make sure you have a webserver running with its docroot pointing to the polymer-all directory. Then navigate to /polymer-elements/test/runner.html
43+
44+
For Example:
45+
46+
cd polymer-all
47+
ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 4000, :DocumentRoot => Dir.pwd).start'
48+
49+
Then in your browser open: http://localhost:4000/polymer-elements/test/runner.html
50+
4051
## Submitting a pull request
4152

4253
We iterate fast! To avoid potential merge conflicts, it's a good idea to pull from the main project before making a change and submitting a pull request. The easiest way to do this is setup a remote called `upstream` and do a pull before working on a change:

0 commit comments

Comments
 (0)