JAL-3111 help pages minor corrections
[jalview.git] / doc / building.md
index 75c38e1..cc3d7f2 100644 (file)
@@ -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)