-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add support for random data placeholders in request body
- Introduced a feature that allows replacing placeholders in the request body with random data for testing purposes. - Added `replacePlaceholders` function in `utils/common/variable-replacer.js` to generate and replace placeholders like `$guid`, `$timestamp`, `$randomInt`, etc. - Modified `RequestTabPanel` to integrate the placeholder replacement logic before sending requests. - Enhanced testing capabilities by supporting a wide range of placeholder types for dynamic data generation.
- Loading branch information
1 parent
67ead97
commit 979396d
Showing
2 changed files
with
694 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.