Lazer changelog #12
26 passed, 16 failed and 0 skipped
❌ packages/bruno-tests/collection/junit.xml
42 tests were completed in 18s with 26 passed, 16 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
auth/basic/via auth/Basic Auth 200 | 2✅ | 936ms | ||
auth/basic/via auth/Basic Auth 401 | 2✅ | 826ms | ||
auth/basic/via script/Basic Auth 200 | 2✅ | 853ms | ||
auth/basic/via script/Basic Auth 401 | 2✅ | 845ms | ||
auth/bearer/via auth/Bearer Auth 200 | 2✅ | 883ms | ||
auth/bearer/via headers/Bearer Auth 200 | 2✅ | 816ms | ||
auth/cookie/Check | 874ms | |||
auth/cookie/Login | 847ms | |||
auth/inherit auth/inherit Bearer Auth 200 | 2❌ | 890ms | ||
echo/echo json | 1✅ | 1❌ | 857ms | |
echo/echo plaintext | 1✅ | 1❌ | 843ms | |
echo/echo xml parsed | 1✅ | 1❌ | 903ms | |
echo/echo xml raw | 813ms | |||
graphql/spacex | 1✅ | 215ms | ||
ping | 1✅ | 1❌ | 885ms | |
preview/html/bruno | 1✅ | 1❌ | 147ms | |
preview/image/bruno | 1❌ | 188ms | ||
redirects/Disable Redirect | 1✅ | 1❌ | 883ms | |
redirects/Test Redirect | 2✅ | 1❌ | 1s | |
scripting/local modules/sum | 1✅ | 1❌ | 308ms | |
scripting/npm modules/fakerjs | 1❌ | 1ms | ||
string interpolation/env vars | 1✅ | 1❌ | 834ms | |
string interpolation/missing values | 1✅ | 1❌ | 827ms | |
string interpolation/process env vars | 1✅ | 1❌ | 819ms | |
string interpolation/runtime vars | 1✅ | 1❌ | 297ms |
✅ 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 headers/Bearer Auth 200
https://testbench-sanity.usebruno.com/api/auth/bearer/protected
✅ res.status 200
✅ res.body.message Authentication successful
❌ auth/inherit auth/inherit Bearer Auth 200
https://testbench-sanity.usebruno.com/api/auth/bearer/protected
❌ res.status 200
❌ res.body.message Authentication successful
❌ 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
✅ graphql/spacex
https://spacex-production.up.railway.app/
✅ res.status eq 200
❌ 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
❌ scripting/local modules/sum
https://testbench-sanity.usebruno.com/api/echo/json
✅ res.status eq 200
❌ should return json
❌ scripting/npm modules/fakerjs
❌ Test suite has no errors
❌ 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
auth/inherit auth/inherit Bearer Auth 200 ► https://testbench-sanity.usebruno.com/api/auth/bearer/protected ► res.status 200
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
auth/inherit auth/inherit Bearer Auth 200 ► https://testbench-sanity.usebruno.com/api/auth/bearer/protected ► res.body.message Authentication successful
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
echo/echo json ► 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
echo/echo plaintext ► https://testbench-sanity.usebruno.com/api/echo/text ► should return plain text
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
echo/echo xml parsed ► https://testbench-sanity.usebruno.com/api/echo/xml-parsed ► should return parsed xml
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
ping ► https://testbench-sanity.usebruno.com/ping ► should ping pong
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
preview/html/bruno ► https://www.usebruno.com ► should return parsed xml
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
preview/image/bruno ► https://www.usebruno.com/images/landing-2.png ► should return parsed xml
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
redirects/Disable Redirect ► https://testbench-sanity.usebruno.com/redirect-to-ping ► should disable redirect to ping
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
redirects/Test Redirect ► https://testbench-sanity.usebruno.com/redirect-to-ping ► should redirect to ping
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
scripting/local modules/sum ► https://testbench-sanity.usebruno.com/api/echo/json ► should return json
Failed test found in:
packages/bruno-tests/collection/junit.xml
Error:
Test failed