mockaton 8.2.4 → 8.2.5
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,9 +69,9 @@ _Reset_ button is for registering newly added, removed, or renamed mocks.
|
|
|
69
69
|
- Test empty responses
|
|
70
70
|
- Test spinners by delaying responses
|
|
71
71
|
- Test errors such as _Bad Request_ and _Internal Server Error_
|
|
72
|
-
- Trigger notifications and alerts
|
|
73
|
-
-
|
|
74
|
-
-
|
|
72
|
+
- Trigger polled resources such as notifications and alerts
|
|
73
|
+
- Prototype before the backend API is developed
|
|
74
|
+
- Setup tests
|
|
75
75
|
- As API documentation
|
|
76
76
|
- If you commit the mocks in the repo, when bisecting a bug, you don’t
|
|
77
77
|
have to sync the frontend with many backend repos
|
package/package.json
CHANGED