https://github.com/paulmcinnis/responsefunnel
This repository is a collection of tools that help with dumping and analyzing HTML responses.
https://github.com/paulmcinnis/responsefunnel
comparison-tool diff nodejs postman postman-collection postman-test python synchronization tools
Last synced: about 1 year ago
JSON representation
This repository is a collection of tools that help with dumping and analyzing HTML responses.
- Host: GitHub
- URL: https://github.com/paulmcinnis/responsefunnel
- Owner: PaulMcInnis
- License: mit
- Created: 2023-05-16T14:39:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T15:02:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T10:30:45.901Z (about 1 year ago)
- Topics: comparison-tool, diff, nodejs, postman, postman-collection, postman-test, python, synchronization, tools
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Response Funnel
This repository is a collection of tools that help with dumping and analyzing HTML responses.
- `ResponsesToFile`: Add a script to your Postman requests / collections and save `responses` to JSON locally
- `ResponsesDiff`: Compare folders of saved `responses` with an interactive, fuzzy-logic diff tool. Useful to identify synchronization issues between servers.