Skip to content

feat: remove pre-request var tooltip (#3188) #1908

feat: remove pre-request var tooltip (#3188)

feat: remove pre-request var tooltip (#3188) #1908

GitHub Actions / Test Results succeeded Sep 25, 2024 in 0s

All 71 tests pass in 22s

  1 files  ±0   61 suites  ±0   22s ⏱️ -2s
 71 tests ±0   71 ✅ ±0  0 💤 ±0  0 ❌ ±0 
119 runs  ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1f17d39. ± Comparison against earlier commit 63d4757.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

71 tests found

There are 71 tests, see "Raw output" for the full list of tests.
Raw output
https://echo.usebruno.com ‑ res.body contains form-data-value
https://echo.usebruno.com ‑ res.body eq form-data-key=form-data-value
https://spacex-production.up.railway.app/ ‑ res.status eq 200
https://testbench-sanity.usebruno.com/api/auth/basic/protected ‑ res.body Unauthorized
https://testbench-sanity.usebruno.com/api/auth/basic/protected ‑ res.body.message Authentication successful
https://testbench-sanity.usebruno.com/api/auth/basic/protected ‑ res.status 200
https://testbench-sanity.usebruno.com/api/auth/basic/protected ‑ res.status 401
https://testbench-sanity.usebruno.com/api/auth/basic/protected ‑ res.status eq 200
https://testbench-sanity.usebruno.com/api/auth/bearer/protected ‑ res.body.message Authentication successful
https://testbench-sanity.usebruno.com/api/auth/bearer/protected ‑ res.status 200
https://testbench-sanity.usebruno.com/api/echo/json ‑ data types check via bru var
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.array isArray
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.boolean eq false
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.boolean isBoolean false
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.null eq null
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.null isNull null
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.number_1 eq 1
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.number_1 isNumber 1
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.number_2 eq 0
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.number_2 isNumber
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.number_3 eq -1
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.number_3 isNumber
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.string eq bruno
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.string isString bruno
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.undefined eq undefined
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.body.undefined isUndefined undefined
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.getBody()
https://testbench-sanity.usebruno.com/api/echo/json ‑ req.setBody()
https://testbench-sanity.usebruno.com/api/echo/json ‑ res.getBody()
https://testbench-sanity.usebruno.com/api/echo/json ‑ res.getHeader(name)
https://testbench-sanity.usebruno.com/api/echo/json ‑ res.getHeaders(name)
https://testbench-sanity.usebruno.com/api/echo/json ‑ res.getResponseTime()
https://testbench-sanity.usebruno.com/api/echo/json ‑ res.status eq 200
https://testbench-sanity.usebruno.com/api/echo/json ‑ should return json
https://testbench-sanity.usebruno.com/api/echo/json?foo={{undefinedVar}} ‑ res.status eq 200
https://testbench-sanity.usebruno.com/api/echo/json?foo={{undefinedVar}} ‑ should return json
https://testbench-sanity.usebruno.com/api/echo/text ‑ res.status eq 200
https://testbench-sanity.usebruno.com/api/echo/text ‑ should return json
https://testbench-sanity.usebruno.com/api/echo/text ‑ should return plain text
https://testbench-sanity.usebruno.com/api/echo/xml-parsed ‑ res.status eq 200
https://testbench-sanity.usebruno.com/api/echo/xml-parsed ‑ should return parsed xml
https://testbench-sanity.usebruno.com/ping ‑ bru.getProcessEnv()
https://testbench-sanity.usebruno.com/ping ‑ crypto message
https://testbench-sanity.usebruno.com/ping ‑ invalid_module_error_thrown eq true
https://testbench-sanity.usebruno.com/ping ‑ nanoid var
https://testbench-sanity.usebruno.com/ping ‑ req.getHeader(name)
https://testbench-sanity.usebruno.com/ping ‑ req.getHeaders()
https://testbench-sanity.usebruno.com/ping ‑ req.getMethod()()
https://testbench-sanity.usebruno.com/ping ‑ req.getUrl()
https://testbench-sanity.usebruno.com/ping ‑ req.setHeader(name)
https://testbench-sanity.usebruno.com/ping ‑ req.setHeaders()
https://testbench-sanity.usebruno.com/ping ‑ req.setMethod()()
https://testbench-sanity.usebruno.com/ping ‑ req.setUrl()
https://testbench-sanity.usebruno.com/ping ‑ res.body eq pong
https://testbench-sanity.usebruno.com/ping ‑ res.getStatus()
https://testbench-sanity.usebruno.com/ping ‑ res.status eq 200
https://testbench-sanity.usebruno.com/ping ‑ setTimeout()
https://testbench-sanity.usebruno.com/ping ‑ should get env name in scripts
https://testbench-sanity.usebruno.com/ping ‑ should get env var in scripts
https://testbench-sanity.usebruno.com/ping ‑ should get var in scripts
https://testbench-sanity.usebruno.com/ping ‑ should set env var in scripts
https://testbench-sanity.usebruno.com/ping ‑ uuid var
https://testbench-sanity.usebruno.com/ping ‑ valid_module_no_error eq true
https://testbench-sanity.usebruno.com/redirect-to-ping ‑ res.body pong
https://testbench-sanity.usebruno.com/redirect-to-ping ‑ res.status 200
https://testbench-sanity.usebruno.com/redirect-to-ping ‑ res.status 302
https://testbench-sanity.usebruno.com/redirect-to-ping ‑ should disable redirect to ping
https://testbench-sanity.usebruno.com/redirect-to-ping ‑ should redirect to ping
https://www.usebruno.com ‑ res.status eq 200
https://www.usebruno.com ‑ should return parsed xml
https://www.usebruno.com/images/landing-2.png ‑ should return parsed xml