File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ To run the Polymer library unit tests:
90
90
91
91
2 . Install the dependencies:
92
92
93
- npm install && bower install
93
+ npm install && bower install
94
94
95
95
3 . Run the tests:
96
96
97
- npm test
97
+ npm test
98
98
99
99
Or if you have ` web-component-tester ` installed locally:
100
100
101
- wct
101
+ wct
102
102
103
103
To run individual test suites:
104
104
@@ -110,11 +110,11 @@ Or:
110
110
111
111
For example:
112
112
113
- npm test test/unit/template.html
113
+ npm test test/unit/template.html
114
114
115
115
You can also run tests in the browser:
116
116
117
- polyserve
117
+ polyserve
118
118
119
119
Navigate to:
120
120
@@ -124,23 +124,23 @@ Navigate to:
124
124
125
125
To run the element unit tests, you need a global install of ` web-component-tester ` or ` polyserve ` (or both).
126
126
127
- 1 . Clone the element repo.
127
+ 1 . Clone the element repo.
128
128
129
- 2 . Install the dependencies.
129
+ 1 . Install the dependencies.
130
130
131
- bower install
131
+ bower install
132
132
133
- 3 . Run the tests:
133
+ 1 . Run the tests:
134
134
135
- wct
135
+ wct
136
136
137
- Or run the tests in a browser:
137
+ Or run the tests in a browser:
138
138
139
- polyserve
139
+ polyserve
140
140
141
- Navigate to:
141
+ Navigate to:
142
142
143
- <code >http://localhost:8080/components/ <var >element-name</var >/test/runner.html</code >
143
+ <code >http://localhost:8080/components/ <var >element-name</var >/test/runner.html</code >
144
144
145
145
### Configuring ` web-component-tester `
146
146
You can’t perform that action at this time.
0 commit comments