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).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.9' | |
services: | |
mssql: | |
image: mcr.microsoft.com/azure-sql-edge | |
environment: | |
ACCEPT_EULA: "Y" | |
SA_PASSWORD: "0pti_R0cks" | |
ports: | |
- '1433:1433' | |
volumes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 /> |