Test-Command: vnu --version
Features: test-name=vnu_version,
Depends: vnu,

Test-Command: for format in gnu xml json text; do vnu --format $format build/minDoc.html; done
Features: test-name=vnu_format,
Depends: vnu,
Restrictions: allow-stderr,

Test-Command: vnu build/minDoc.html
Features: test-name=vnu_noformat,
Depends: vnu,
Restrictions: allow-stderr,

Test-Command: debian/tests/webapp_validate_url.sh "jetty9"
Features: test-name=vnu-jetty9-with-client,
Depends: curl, netcat-openbsd, vnu-client, vnu-jetty9,
Restrictions: isolation-container, needs-sudo, superficial,

Test-Command: debian/tests/webapp_validate_url.sh "jetty12"
Features: test-name=vnu-jetty12-with-client,
Depends: curl, netcat-openbsd, vnu-client, vnu-jetty12,
Restrictions: isolation-container, needs-sudo, superficial,

Test-Command: debian/tests/webapp_validate_url.sh "tomcat11"
Features: test-name=vnu-tomcat11-with-client,
Depends: curl, netcat-openbsd, vnu-client, vnu-tomcat11,
Restrictions: isolation-container, needs-sudo, superficial,

Test-Command: vnu-server --return-when-ready && JAVA_ARGS="-Dnu.validator.client.port=8888 -Dnu.validator.client.path=" vnu-client build/minDoc.html && vnu-server --stop
Features: test-name=vnu-server,
Depends: vnu-client, vnu-server,
