chore: updated package-lock #10
37 passed, 3 failed and 0 skipped
❌ packages/bruno-tests/collection/junit.xml
40 tests were completed in 18s with 37 passed, 3 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
auth/basic/via auth/Basic Auth 200 | 2✅ | 995ms | ||
auth/basic/via auth/Basic Auth 401 | 2✅ | 912ms | ||
auth/basic/via script/Basic Auth 200 | 2✅ | 871ms | ||
auth/basic/via script/Basic Auth 401 | 2✅ | 860ms | ||
auth/bearer/via auth/Bearer Auth 200 | 2✅ | 877ms | ||
auth/bearer/via auth/Bearer Auth 401 | 2✅ | 884ms | ||
auth/bearer/via headers/Bearer Auth 200 | 2✅ | 314ms | ||
auth/bearer/via headers/Bearer Auth 401 | 2✅ | 316ms | ||
auth/cookie/Check | 856ms | |||
auth/cookie/Login | 906ms | |||
echo/echo json | 2✅ | 876ms | ||
echo/echo plaintext | 2✅ | 304ms | ||
echo/echo xml parsed | 2✅ | 909ms | ||
echo/echo xml raw | 909ms | |||
ping | 2✅ | 861ms | ||
preview/html/bruno | 2✅ | 123ms | ||
preview/image/bruno | 1✅ | 61ms | ||
redirects/Disable Redirect | 2✅ | 937ms | ||
redirects/Test Redirect | 3✅ | 2s | ||
string interpolation/env vars | 1✅ | 1❌ | 883ms | |
string interpolation/missing values | 1✅ | 1❌ | 924ms | |
string interpolation/process env vars | 1✅ | 1❌ | 890ms | |
string interpolation/runtime vars | 2✅ | 900ms |
✅ auth/basic/via auth/Basic Auth 200
https://testbench-sanity.usebruno.com/api/auth/basic/protected
✅ res.status 200
✅ res.body.message Authentication successful
✅ auth/basic/via auth/Basic Auth 401
https://testbench-sanity.usebruno.com/api/auth/basic/protected
✅ res.status 401
✅ res.body Unauthorized
✅ auth/basic/via script/Basic Auth 200
https://testbench-sanity.usebruno.com/api/auth/basic/protected
✅ res.status eq 200
✅ res.body.message Authentication successful
✅ auth/basic/via script/Basic Auth 401
https://testbench-sanity.usebruno.com/api/auth/basic/protected
✅ res.status 401
✅ res.body Unauthorized
✅ auth/bearer/via auth/Bearer Auth 200
https://testbench-sanity.usebruno.com/api/auth/bearer/protected
✅ res.status 200
✅ res.body.message Authentication successful
✅ auth/bearer/via auth/Bearer Auth 401
https://testbench-sanity.usebruno.com/api/auth/bearer/protected
✅ res.status 401
✅ res.body.message Unauthorized
✅ auth/bearer/via headers/Bearer Auth 200
https://testbench-sanity.usebruno.com/api/auth/bearer/protected
✅ res.status 200
✅ res.body.message Authentication successful
✅ auth/bearer/via headers/Bearer Auth 401
https://testbench-sanity.usebruno.com/api/auth/bearer/protected
✅ res.status 401
✅ res.body.message Unauthorized
✅ echo/echo json
https://testbench-sanity.usebruno.com/api/echo/json
✅ res.status eq 200
✅ should return json
✅ echo/echo plaintext
https://testbench-sanity.usebruno.com/api/echo/text
✅ res.status eq 200
✅ should return plain text
✅ echo/echo xml parsed
https://testbench-sanity.usebruno.com/api/echo/xml-parsed
✅ res.status eq 200
✅ should return parsed xml
✅ ping
https://testbench-sanity.usebruno.com/ping
✅ res.status eq 200
✅ should ping pong
✅ preview/html/bruno
https://www.usebruno.com
✅ res.status eq 200
✅ should return parsed xml
✅ preview/image/bruno
https://www.usebruno.com/images/landing-2.png
✅ should return parsed xml
✅ redirects/Disable Redirect
https://testbench-sanity.usebruno.com/redirect-to-ping
✅ res.status 302
✅ should disable redirect to ping
✅ redirects/Test Redirect
https://testbench-sanity.usebruno.com/redirect-to-ping
✅ res.status 200
✅ res.body pong
✅ should redirect to ping
❌ string interpolation/env vars
https://testbench-sanity.usebruno.com/api/echo/json
✅ res.status eq 200
❌ should return json
❌ string interpolation/missing values
https://testbench-sanity.usebruno.com/api/echo/json?foo={{undefinedVar}}
✅ res.status eq 200
❌ should return json
❌ string interpolation/process env vars
https://testbench-sanity.usebruno.com/api/echo/json
✅ res.status eq 200
❌ should return json
✅ string interpolation/runtime vars
https://testbench-sanity.usebruno.com/api/echo/text
✅ res.status eq 200
✅ should return json
Annotations
Check failure on line 0 in packages/bruno-tests/collection/junit.xml
github-actions / Test Report
string interpolation/env vars ► https://testbench-sanity.usebruno.com/api/echo/json ► should return json
Failed test found in:
packages/bruno-tests/collection/junit.xml
Error:
Test failed
Check failure on line 0 in packages/bruno-tests/collection/junit.xml
github-actions / Test Report
string interpolation/missing values ► https://testbench-sanity.usebruno.com/api/echo/json?foo={{undefinedVar}} ► should return json
Failed test found in:
packages/bruno-tests/collection/junit.xml
Error:
Test failed
Check failure on line 0 in packages/bruno-tests/collection/junit.xml
github-actions / Test Report
string interpolation/process env vars ► https://testbench-sanity.usebruno.com/api/echo/json ► should return json
Failed test found in:
packages/bruno-tests/collection/junit.xml
Error:
Test failed