From 53824005c85be41b8eb5b87f5f10aa8d1ae5bfc6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 21 Dec 2021 00:01:47 +0000 Subject: [PATCH] --- devdocs/deploy.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index eea34fb4..1ca3f8a2 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -24,11 +24,21 @@ check for errors ### Test install to windows server ### Run e2e tests against Linux and Windows servers +First adjust to the server desired by editing cypress.json and commenting in or out apiBaseUrl and BaseUrl props for local or devops or wherever +C:\data\code\raven-test\e2e>npm run all-chrome +(chrome most reliable but *will* fail intermittently so needs multiple runs often) Once tests pass move on to next step ### Run load tests against Linux and Windows servers (determine if any changes triggered performance issues, needs baseline comparison value) -Once tests pass move on to next step + +To test local or devops edit the project file "C:\data\code\raven-test\load\stressdevops.jmx" +There are two configuration sections near top for local or devops and it's switched by setting either enabled or disabled: + +or + + +Once tests pass within expected parameters move on to next step ### upload 4 installer packages found in C:\data\code\raven\dist\installers