From d300910a40239939502db7ec9d7665ade989a54e Mon Sep 17 00:00:00 2001 From: Ivan Ezeigbo <56391095+ivanezeigbo-okta@users.noreply.github.com> Date: Tue, 20 Oct 2020 07:17:10 -0700 Subject: [PATCH] Windows e2e test --- scripts/e2e_test.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/e2e_test.bat diff --git a/scripts/e2e_test.bat b/scripts/e2e_test.bat new file mode 100644 index 0000000..022305d --- /dev/null +++ b/scripts/e2e_test.bat @@ -0,0 +1,3 @@ +call npm install +call npm run pretest +call npm run test:e2e