Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschneider committed Nov 27, 2019
1 parent 2b3150c commit b8562e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<gwt:Label ui:styleName="tty-UserBarDivider">|</gwt:Label>
</gwt:Cell>
<gwt:Cell verticalAlignment='ALIGN_BOTTOM'>
<gwt:Anchor ui:styleName="tty-UserBarItem" href="https://github.com/rodion-goritskov/test-analytics-ng" target="_blank">GitHub Page</gwt:Anchor>
<gwt:Anchor ui:styleName="tty-UserBarItem" href="https://github.com/martinschneider/google-test-analytics" target="_blank">GitHub Page</gwt:Anchor>
</gwt:Cell>
<gwt:Cell verticalAlignment='ALIGN_BOTTOM'>
<gwt:Label ui:styleName="tty-UserBarDivider">|</gwt:Label>
Expand Down

0 comments on commit b8562e8

Please sign in to comment.