Site Test Scripts

Coming Soon

I have a number of tests I have created, using different tooling, to test the site functionally and performance, and for its different locations/installations. I usually run the tests from my Linux box command line and they are controlled via a script which manages all the run-time configuration for each tool and test.

The main script for controlling and running the tests can be found here in colour HTML format ( ).

 

jmeter locust
seleniumide seleniumwebdriver
playwright neoload
cypress jest
testproject.io cerberus
browserstack cucumber
puppeteer artillery
k6  

Many of the above tests use the excellent NodeJS as an execution platform.

Back