X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding.md;fp=doc%2Fbuilding.md;h=cc3d7f28b8670aa012e8320bf12e62d7cb719a80;hb=9c93d8688181b15cae619659144e3f1310d22933;hp=9648b9cabb0ba6c117b7a75de8c30a1aa7011b2a;hpb=bc63608f79f00f1150decc0d62a1e1095da45f00;p=jalview.git diff --git a/doc/building.md b/doc/building.md index 9648b9c..cc3d7f2 100644 --- a/doc/building.md +++ b/doc/building.md @@ -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* @@ -490,4 +498,4 @@ in the `jalview` root folder. --- -[Jalview Development Team](mailto:help@jalview.org) \ No newline at end of file +[Jalview Development Team](mailto:help@jalview.org)