Skip to content

Commit

Permalink
Add test that sends a request for inso e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed Dec 3, 2024
1 parent 30b92d0 commit d110d79
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ color: null
created: 1592252904087
data:
base_path: ""
host: 200.insomnia.rest
host: insomnia.rest
scheme: https
dataPropertyOrder: null
isPrivate: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ settingRebuildPath: true
settingSendCookies: true
settingStoreCookies: true
type: Request
url: "{{ base_url }}/global"
url: "{{ base_url }}"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_id: ut_6b214a8cd07046f2a8f43237ca913c73
code: expect(insomnia.activeRequestId).to.equal('req_wrk_012d4860c7da418a85ffea7406e1292a21946b60')
code: const response1 = await insomnia.send();expect(response1.status).to.equal(200);
created: 1593668846292
modified: 1593669592203
name: Expect active request to be set
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_id: ut_6b214a8cd07046f2a8f98145gb878a57
code: expect(insomnia.activeRequestId).to.equal('req_wrk_012d4860c7da418a85ffea7406e1292a21946b60')
created: 1593668846292
modified: 1593669592203
name: Expect active request to be set
parentId: uts_fe901c6565044f00aa620d3fe47f443f
requestId: req_wrk_012d4860c7da418a85ffea7406e1292a21946b60
type: UnitTest
Empty file.

0 comments on commit d110d79

Please sign in to comment.