mirror of
https://github.com/librespeed/speedtest.git
synced 2026-07-10 18:43:54 +00:00
* docs(test): add playwright modes test plan * test(e2e): add playwright phase-1 mode coverage * test(e2e): add classic standalone no-server regression * ci(docker): gate image build on playwright e2e * ci(e2e): run on master push and allow manual dispatch --------- Co-authored-by: Stefan Stidl <stefan.stidl@ffg.at>
20 lines
437 B
JSON
20 lines
437 B
JSON
[
|
|
{
|
|
"name": "Local dual backend",
|
|
"server": "/",
|
|
"dlURL": "backend/garbage.php",
|
|
"ulURL": "backend/empty.php",
|
|
"pingURL": "backend/empty.php",
|
|
"getIpURL": "backend/getIP.php",
|
|
"id": 1
|
|
},
|
|
{
|
|
"name": "External backend testpoint",
|
|
"server": "http://backend-testpoint/",
|
|
"dlURL": "garbage.php",
|
|
"ulURL": "empty.php",
|
|
"pingURL": "empty.php",
|
|
"getIpURL": "getIP.php",
|
|
"id": 2
|
|
}
|
|
]
|