hippie icon indicating copy to clipboard operation
hippie copied to clipboard

End-to-end API testing made easy

Results 18 hippie issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

I try to implement Hippie with Playwright and I notice that Playwright didn't wait for Hippie request to finish.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Specifying the hippie request as JSON: `hippie.json()`, doesn't result in the response being JSON. What I'm doing (example): ```js // Create User Example const hippieCreateUserRequest = () => { const...

I know this is unlikely to be fixed, but just raising it to provide feedback (or if I get the chance to look in to it). Each other method is...

hippie is a great tool! I'd like to use it to send a plain/text post body (an alternative content-type in my swagger file) but I haven't seen an example in...

npm module ``` hippie ``` installed v0.5.2 returned npm audit security vulnerability threat on ``` npm install ```. I did not find ``` tar ``` dependency inside hippie module in...