X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding.md;h=5f5fa6d398ff04a25c8e9a842291dbecbc83da29;hb=829eaee2c94fddaf65647191646b291d66f7ad0a;hp=75c38e1d8b418559aa624873c58a6a0da97c9d91;hpb=8e8c056eb48f684a7c222cc4c23a2f154fff8d3f;p=jalview.git diff --git a/doc/building.md b/doc/building.md index 75c38e1..5f5fa6d 100644 --- a/doc/building.md +++ b/doc/building.md @@ -24,7 +24,7 @@ java -jar getdown-launcher.jar . jalview The method here is described in terms of using a command line. You can easily do this on linux or in a Terminal window in macOS. You can do it in Windows. * Java 11 compliant JDK -* gradle 5.1 or above +* gradle 5.2 or above * git > The versions and installation methods here are just suggestions (which we have tested @@ -327,6 +327,14 @@ gradle test These normally take around 5 - 10 minutes to complete and outputs its full results into the `tests/` folder. A summary of results should appear in your console. +You can run different defined groups of tests with + +```bash +gradle test -PtestngGroups=Network +``` + +Available groups are Functional (default), Network, External. + ### Installer packaging with *install4j* @@ -486,4 +494,8 @@ To get an up-to-date list of possible values, you can run ```bash perl -n -e 'm/^\s*<(\w+)[^>]*\bmediaFileName=/ && print "$1\n";' utils/install4j/install4j_template.install4j | sort -u ``` -in the `jalview` root folder. \ No newline at end of file +in the `jalview` root folder. + + +--- +[Jalview Development Team](mailto:help@jalview.org)