From b8562e850f2ee74d51dc64ea3f8d7dd59f5c84de Mon Sep 17 00:00:00 2001 From: Martin Schneider Date: Wed, 27 Nov 2019 17:22:27 +0800 Subject: [PATCH] Update documentation --- README.md | 30 +++++++------------ .../view/widgets/PageHeaderWidget.ui.xml | 2 +- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index cc7a75d..96ca1a4 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,26 @@ -google-test-analytics +Google Test Analytics ================= -Fork of the Google Test Analytics project - -https://code.google.com/archive/p/test-analytics/ +This is a fork of the [Google Test Analytics project](https://testing.googleblog.com/2011/10/google-test-analytics-now-in-open.html). How to build? ---------------- -You need Maven (http://maven.apache.org/) to build the test-analytics-ng project. +You need [Maven](http://maven.apache.org) to build this project. 1. Clone this repo - -2. If you have Maven version 3.0.X change the appengine-maven-plugin version in pom.xml to 1.8.3-maven3.0 - -3. Run ->mvn compile - -4. Run +2. Run >mvn package -How to run development server? +How to run a development server? ----------------- -You can take a brief tour through test-analytics-ng by making steps 1 and 2 of the previous section and then running: +You can take a tour through test-analytics-ng by deploying it to a local Jetty instance. >mvn appengine:devserver -![testcases](http://wiki.huihoo.com/images/7/7f/Google-test-analytics.png) - -Deploying test-analytics-ng in AppScale -------- +Navigate to http://localhost:8080 -AppScale (http://www.appscale.com/) is an open-source GAE (Google App Engine) implementation. You can deploy and use test-analytics-ng in it. +Requirements +----------------- -How-to coming soon. +I have successfully built and run this version of test-analytics using Java 8 and Maven 3.5 on a Mac. It does **not** build with newer versions of Java. There is a [pull request](https://github.com/martinschneider/google-test-analytics/pull/1) to upgrade the underlying frameworks and support Java 13. Feel free to contribute! \ No newline at end of file diff --git a/src/main/java/com/google/testing/testify/risk/frontend/client/view/widgets/PageHeaderWidget.ui.xml b/src/main/java/com/google/testing/testify/risk/frontend/client/view/widgets/PageHeaderWidget.ui.xml index 9de3617..5c38ee2 100644 --- a/src/main/java/com/google/testing/testify/risk/frontend/client/view/widgets/PageHeaderWidget.ui.xml +++ b/src/main/java/com/google/testing/testify/risk/frontend/client/view/widgets/PageHeaderWidget.ui.xml @@ -25,7 +25,7 @@ | - GitHub Page + GitHub Page |