File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ us manage and test the application.
46
46
47
47
* We get the tools we depend upon via ` npm ` , the [ node package manager] [ npm ] .
48
48
* We get the angular code via ` bower ` , a [ client-side code package manager] [ bower ] .
49
+ * In order to run the end-to-end tests, you will also need to have the
50
+ [ Java Development Kit (JDK)] [ jdk ] installed on your machine. Check out the section on
51
+ [ end-to-end testing] ( #e2e-testing ) for more info.
49
52
50
53
We have preconfigured ` npm ` to automatically run ` bower ` so we can simply do:
51
54
@@ -139,7 +142,8 @@ npm run test-single-run
139
142
```
140
143
141
144
142
- ### End to end testing
145
+ <a name =" e2e-testing " ></a >
146
+ ### Running End-to-End Tests
143
147
144
148
The angular-seed app comes with end-to-end tests, again written in [ Jasmine] [ jasmine ] . These tests
145
149
are run with the [ Protractor] [ protractor ] End-to-End test runner. It uses native events and has
You can’t perform that action at this time.
0 commit comments