Add Bruno tests

This commit is contained in:
Dayamond
2025-10-18 17:17:35 +02:00
parent 1c00dbdb85
commit 223cfe086c
7 changed files with 76 additions and 69 deletions
+25
View File
@@ -0,0 +1,25 @@
meta {
name: hello
type: http
seq: 1
}
get {
url: http://localhost:8000/api/hello
body: none
auth: inherit
}
assert {
res.status: eq 200
res.body: eq Hello
}
settings {
encodeUrl: true
timeout: 0
}
docs {
Permet de tester la route hello et verifier si le serveur laravel backend est bien allumé
}