From b8bd7a44a0fefe5c65ef50f66c48856f78760edb Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 15 Feb 2017 21:10:54 -0500 Subject: [PATCH] add readme to testapp --- test_app/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test_app/README.md diff --git a/test_app/README.md b/test_app/README.md new file mode 100644 index 000000000..47ad5712f --- /dev/null +++ b/test_app/README.md @@ -0,0 +1,8 @@ +Test App for integration testing purposes. + +```../bin/embark run``` to check if everything is behaving as expected + +```../bin/embark test``` to see tests are working as expected + +```dist/index.html``` and ```dist/test.html``` to check different functionality +