@stuntman/server 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
# Stuntman
|
|
1
|
+
# Stuntman server
|
|
2
|
+
|
|
3
|
+
[][npmjs]
|
|
4
|
+
[][build]
|
|
5
|
+
[][coverage]
|
|
6
|
+
|
|
7
|
+
[npmjs]: https://www.npmjs.com/package/@stuntman/server
|
|
8
|
+
[build]: https://github.com/andrzej-woof/stuntman/actions/workflows/ci.yaml
|
|
9
|
+
[coverage]: https://coveralls.io/github/andrzej-woof/stuntman
|
|
2
10
|
|
|
3
11
|
Stuntman is a proxy/mock server that can be deployed remotely together with your application under test, working as either pass-through proxy allowing you to inspect traffic or proxy/mock which can intercept requests/responses and modify them or stub with predefined ones.
|
|
4
12
|
|