Add k6 tests

This commit is contained in:
Florian THIERRY
2025-09-19 17:41:46 +02:00
parent d6a06ba6cd
commit 193fcc1596
28 changed files with 4293 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
meta {
name: Get thread name
type: http
seq: 4
}
get {
url: {{url}}/thread/name
body: none
auth: inherit
}
settings {
encodeUrl: true
}