mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
ca certs fixes and tests (#5429)
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
6
tests/ssl/basic-ssl/collections/badssl/bruno.json
Normal file
6
tests/ssl/basic-ssl/collections/badssl/bruno.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "badssl",
|
||||
"type": "collection",
|
||||
"ignore": ["node_modules", ".git"]
|
||||
}
|
||||
5
tests/ssl/basic-ssl/collections/badssl/package.json
Normal file
5
tests/ssl/basic-ssl/collections/badssl/package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "badssl",
|
||||
"version": "1.0.0",
|
||||
"description": "Bruno test collection for basic ssl testing"
|
||||
}
|
||||
15
tests/ssl/basic-ssl/collections/badssl/request.bru
Normal file
15
tests/ssl/basic-ssl/collections/badssl/request.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: request
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://www.badssl.com
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
assert {
|
||||
res.status: eq 200
|
||||
}
|
||||
Reference in New Issue
Block a user