forked from huihoo/google-test-analytics
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b3150c
commit b8562e8
Showing
2 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters