Add Bruno tests
This commit is contained in:
@@ -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é
|
||||
}
|
||||
Reference in New Issue
Block a user