Sitemap Driven Load Test
A Taurus script that will take a sitemap.xml url and use it to randomly load test pages from the xml.
This will only work on Linux (including Bash for Windows).version: '3.9' | |
services: | |
mssql: | |
image: mcr.microsoft.com/azure-sql-edge | |
environment: | |
ACCEPT_EULA: "Y" | |
SA_PASSWORD: "0pti_R0cks" | |
ports: | |
- '1433:1433' | |
volumes: |
A Taurus script that will take a sitemap.xml url and use it to randomly load test pages from the xml.
This will only work on Linux (including Bash for Windows).<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Download PDF JQuery</title> | |
</head> | |
<body> | |
<a target="_blank" href="sample.pdf">Donec non enim</a><br /> |