Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 970dfae

Browse files
committed
docs(README.md): highlight the JDK dependency in the "Depedencies" section
1 parent e48f7f1 commit 970dfae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff 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

5053
We 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

144148
The angular-seed app comes with end-to-end tests, again written in [Jasmine][jasmine]. These tests
145149
are run with the [Protractor][protractor] End-to-End test runner. It uses native events and has

0 commit comments

Comments
 (0)