This commit is contained in:
2021-12-21 00:01:47 +00:00
parent 26968d51fb
commit 53824005c8

View File

@@ -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:
<ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Devops request defaults" enabled="true">
or
<ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Localhost request defaults" enabled="false">
Once tests pass within expected parameters move on to next step
### upload 4 installer packages found in C:\data\code\raven\dist\installers