From: Bill Erickson Date: Fri, 18 May 2018 13:53:50 +0000 (-0400) Subject: LP#1626157 test docs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5a8c903f9750e61e52392eb39331fd9c05d68b7d;p=working%2FEvergreen.git LP#1626157 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.