Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 1eb3cbf

Browse files
committed
Polishing README
1 parent 73b57a9 commit 1eb3cbf

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using [Maven][] is also the easiest route for Java developers to get started, as
2828
$ cd spring-cloud-dataflow-ui
2929
$ mvn clean install
3030

31-
This will create `target/spring-cloud-dataflow-ui-2.0.0.BUILD-SNAPSHOT.jar` and also install the build artifact into the local Maven repository.
31+
This will create `target/spring-cloud-dataflow-ui-1.3.0.BUILD-SNAPSHOT.jar` and also install the build artifact into the local Maven repository.
3232

3333
## Building the Project using npm
3434

@@ -41,7 +41,8 @@ For UI development purposes, we recommend using [npm][] directly. Please ensure
4141

4242
**NOTE:** Before building be sure that the `ng-serve` development server has been shutdown.
4343

44-
### Build fails after merging a branch or changing branches.
44+
### Build fails after merging a branch or changing branches
45+
4546
In some cases the npm-modules or other dependencies may become inconsistent during branch changes.
4647
In order to resolve the problem we need to clean out inconsistent dependencies.
4748
The following instructions can be used to do this:
@@ -65,6 +66,10 @@ The following instructions can be used to do this:
6566

6667
$ ng test --browsers PhantomJS --single-run
6768

69+
## E2E Tests
70+
71+
$ npm run e2e
72+
6873
# Development
6974

7075
For development, please ensure that a *Spring Cloud Data Flow* server instance is running at `http://localhost:9393/`.
@@ -75,7 +80,7 @@ The execute:
7580

7681
The Dashboard will be running at `http://localhost:4200/`. The browser will automatically reload upon saving any changes to the application sources.
7782

78-
# Dependency Management using Bower
83+
# Dependency Management
7984

8085
[npm][] is used for managing UI dependencies.
8186

ui/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/spring-cloud/spring-cloud-dataflow-ui.png?branch=angular)](https://travis-ci.org/spring-cloud/spring-cloud-dataflow-ui)
44
[![Build status](https://ci.appveyor.com/api/projects/status/7pqco2aqjyaphp36/branch/master?svg=true)](https://ci.appveyor.com/project/ghillert/spring-cloud-dataflow-ui/branch/master)
5-
[![Code Coverage](https://codecov.io/gh/spring-cloud/spring-cloud-dataflow/branch/master/graph/badge.svg)](https://codecov.io/gh/spring-cloud/spring-cloud-dataflow-ui/branch/angular)
5+
[![Code Coverage](https://codecov.io/gh/spring-cloud/spring-cloud-dataflow-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/spring-cloud/spring-cloud-dataflow-ui/branch/master)
66
[![Dependency Status](https://www.versioneye.com/user/projects/5982002b0fb24f003b1f7de1/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5982002b0fb24f003b1f7de1)
77

88
This is the *Spring Cloud Data Flow Dashboard* user interface (UI). The UI uses [Angular][]. Source code documentation is available at http://cloud.spring.io/spring-cloud-dataflow-ui/.
@@ -28,7 +28,7 @@ Using [Maven][] is also the easiest route for Java developers to get started, as
2828
$ cd spring-cloud-dataflow-ui
2929
$ mvn clean install
3030

31-
This will create `target/spring-cloud-dataflow-ui-2.0.0.BUILD-SNAPSHOT.jar` and also install the build artifact into the local Maven repository.
31+
This will create `target/spring-cloud-dataflow-ui-1.3.0.BUILD-SNAPSHOT.jar` and also install the build artifact into the local Maven repository.
3232

3333
## Building the Project using npm
3434

@@ -41,7 +41,8 @@ For UI development purposes, we recommend using [npm][] directly. Please ensure
4141

4242
**NOTE:** Before building be sure that the `ng-serve` development server has been shutdown.
4343

44-
### Build fails after merging a branch or changing branches.
44+
### Build fails after merging a branch or changing branches
45+
4546
In some cases the npm-modules or other dependencies may become inconsistent during branch changes.
4647
In order to resolve the problem we need to clean out inconsistent dependencies.
4748
The following instructions can be used to do this:
@@ -65,6 +66,10 @@ The following instructions can be used to do this:
6566

6667
$ ng test --browsers PhantomJS --single-run
6768

69+
## E2E Tests
70+
71+
$ npm run e2e
72+
6873
# Development
6974

7075
For development, please ensure that a *Spring Cloud Data Flow* server instance is running at `http://localhost:9393/`.
@@ -75,7 +80,7 @@ The execute:
7580

7681
The Dashboard will be running at `http://localhost:4200/`. The browser will automatically reload upon saving any changes to the application sources.
7782

78-
# Dependency Management using Bower
83+
# Dependency Management
7984

8085
[npm][] is used for managing UI dependencies.
8186

0 commit comments

Comments
 (0)