Skip to content

Commit 7ee9e22

Browse files
authored
Merge pull request #392 from martiner/testing
introduce dedicated testing page
2 parents 714a764 + ae5f5b1 commit 7ee9e22

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,3 @@ is specific enough.
6363
* When you need some **utility code**, look for handy utilities in used libraries first (e.g. _Spring_ has
6464
its `StreamUtils`, `FileCopyUtils`, ...). When you decide to create new utility class,
6565
use _abstract utility class pattern_.
66-
67-
## How-tos
68-
### Run acceptance tests
69-
These tests have to be run against GoodData API, so one has to first set endpoint and credentials. It's being set by
70-
environment variables: `host`, `login`, `pass`, `projectToken`, `warehouseToken`. Tests can be then run by:
71-
`mvn verify -Pat`.
72-
73-
One can also use one-liner like this:
74-
`host=... login=... pass=... projectToken=... warehouseToken=... mvn verify -Pat`
75-
76-
One can also run only subset by specifying tests or groups to be run:
77-
`mvn -Dgroups=featureFlag,project,account verify -Pat` or
78-
`mvn -Dit.test=FeatureFlagServiceAT,ProjectServiceAT,AccountServiceAT verify -Pat`.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ The *GoodData Java SDK* uses:
3636

3737
The *GoodData Java SDK* is free and open-source software provided by GoodData Corporation "as-is" under [BSD License](LICENSE.txt).
3838

39+
## Development
40+
41+
Build the library with `mvn package`, see the
42+
[Testing](https://github.com/martiner/gooddata-java/wiki/Testing) page for different testing methods.
43+
3944
## Contribute
4045

4146
Found a bug? Please create an [issue](https://github.com/martiner/gooddata-java/issues). Missing functionality?

0 commit comments

Comments
 (0)