add cookie retrieval scripts

reorder requests and rename folder
This commit is contained in:
2026-08-26 12:49:14 +02:00
parent bdc43c7614
commit 49f0ecc163
13 changed files with 24364 additions and 173 deletions
@@ -0,0 +1,13 @@
info:
name: Console UI
type: folder
seq: 3
request:
auth: inherit
scripts:
- type: tests
code: |-
test("Status code is 200", function () {
expect(res.getStatus()).to.equal(200);
});