Stubmatic icon indicating copy to clipboard operation
Stubmatic copied to clipboard

Mock HTTP calls without coding. Designed specially for testing and testers.

Results 25 Stubmatic issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=winston&from_version=2.4.4&to_version=3.3.0&pr_id=5a543885-b179-458b-9d83-0a5369ff1da4&visibility=true&has_feature_flag=false) #### 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...

dependencies

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 [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...

dependencies

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=axios&from_version=0.21.1&to_version=0.21.3&pr_id=76702429-9a64-49ba-aed7-84772c465a07&visibility=true&has_feature_flag=false) #### 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...

discussion

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"]...

enhancement
help wanted
good first issue

# 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...

enhancement
help wanted
good first issue
first-timers-only

[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....

good first issue
documentation
first-timers-only