From: Bill Erickson Date: Fri, 18 May 2018 13:53:50 +0000 (-0400) Subject: LP#1775466 test docs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d994b41ddd039a28c82668ed1cc346a0135aa44f;p=working%2FEvergreen.git LP#1775466 test docs Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/README.adoc b/Open-ILS/src/eg2/README.adoc index 6c4d96100e..8bd92c22b9 100644 --- a/Open-ILS/src/eg2/README.adoc +++ b/Open-ILS/src/eg2/README.adoc @@ -76,6 +76,14 @@ $ ng build --deploy-url /eg2/ --base-href /eg2/ --output-path ../../web/eg2/ $ ng build --aot --prod --deploy-url /eg2/ --base-href /eg2/ --output-path ../../web/eg2/ --------------------------------------------------------------------- +=== Testing + +[source,sh] +--------------------------------------------------------------------- +# generates the test data and runs 'ng test' +npm run test +--------------------------------------------------------------------- + === Deploy Build and install Evergreen code as usual. Restart Evergreen and Apache.