httpyac
httpyac copied to clipboard
Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
Behavior is noticed in Bug: #245 Running this (same as before): ``` # @import ./common.http {{ module.exports = require('../../tests/') }} ### Test 1 # @ref common https://httpbin.org/status/200 {{ tests.status.is(test, response,...
### httpYac https://github.com/rabestro/exercism-azure-httpyac/runs/23309122769 ### Bruno https://github.com/rabestro/exercism-azure-bruno/runs/23317229728
Bumps [open](https://github.com/sindresorhus/open) from 8.4.2 to 10.1.0. Release notes Sourced from open's releases. v10.1.0 Linux: Update xdg-open to 1.2.1 (#338) c702c66 https://github.com/sindresorhus/open/compare/v10.0.4...v10.1.0 v10.0.4 Fix support for passing predefined app to openApp()...
Bumps [got](https://github.com/sindresorhus/got) from 11.8.6 to 14.2.1. Release notes Sourced from got's releases. v14.2.1 Fix error handling when UTF-8 decoding fails (#2336) c81a611 https://github.com/sindresorhus/got/compare/v14.2.0...v14.2.1 v14.2.0 Add cause property with the original...
Bumps [@cloudamqp/amqp-client](https://github.com/cloudamqp/amqp-client.js) from 2.1.1 to 3.1.1. Changelog Sourced from @cloudamqp/amqp-client's changelog. Changelog All notable changes to this project will be documented in this file. The format is based on Keep...
Problems were discovered with parameterized tests: - [x] it is impossible to set a dynamic title (only using console.info) - [x] Variable names are not replaced with their values when...
I have the request json file with a lot of variables that need to the replaced at runtime. While testing i had a failure and we had to figure out...
I have the request json file with a lot of variables that need to the replaced at runtime. While testing i had a failure and we had to figure out...
When using a "+" in one of the query params, e.g. ``` GET {{host}}records ?nrOfResults=100 &startIndex=0 &q=+(OrganisationId:226) +(type:image) ``` the + is not url encoded: ``` `GET HOST/records?nrOfResults=100&startIndex=0&q=+(OrganisationId:226)%20+(type:image)` *accept*: application/json...
Based on conversation in #705 it might be good to have a retry failed test mechanism to help alleviate flaky tests. Similar to repeat but retry would only occur if...