File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 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.
4646
4747* We get the tools we depend upon via ` npm ` , the [ node package manager] [ npm ] .
4848* 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.
4952
5053We have preconfigured ` npm ` to automatically run ` bower ` so we can simply do:
5154
@@ -139,7 +142,8 @@ npm run test-single-run
139142```
140143
141144
142- ### End to end testing
145+ <a name =" e2e-testing " ></a >
146+ ### Running End-to-End Tests
143147
144148The angular-seed app comes with end-to-end tests, again written in [ Jasmine] [ jasmine ] . These tests
145149are 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