Stubmatic
Stubmatic copied to clipboard
Mock HTTP calls without coding. Designed specially for testing and testers.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 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...
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...
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
I want to create a rest API and I want to validate the request and respond with proper error message If a specific field is not available or empty or...
We're currently working on new features in Stubmatic. Your suggestion would help us to lead in the correct direction. Targeted major features 1. **Single handler**. We were previously using 3...
Currently, a user can create the mapping to serve the response from random files or in a round-robin fashion. ([wiki](https://github.com/NaturalIntelligence/Stubmatic/wiki/04.0-Response-Resolution-Strategy)) ```yaml - request: url: /stubs/employee/([0-9]+) response: strategy: random files: [".xml","file2.xml","file3.xml"]...
# Why In current version of Stubmatic, we use regular expressions to match & catch HTTP request. Writing regular expression can be an easy task for a developer, but reading...
[Index.html](https://github.com/NaturalIntelligence/Stubmatic/blob/gh-pages/index.html) on `gh-pages` branch need to be updated to add a code example about how to stub a secure endpoint. Please refer [SSL handshaking](https://github.com/NaturalIntelligence/Stubmatic/wiki/10.0-SSL-handshaking) page for step wise step guide....