@use-tusk/drift-node-sdk 0.1.14 → 0.1.15
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/dist/index.cjs +2125 -590
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2124 -589
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturing and replaying API calls made to/from your service. Automatically record real-world API calls, then replay them as tests using the [Tusk CLI](https://github.com/Use-Tusk/tusk-drift-cli) to find regressions. During replay, all outbound requests are intercepted with recorded data to ensure consistent behavior without side-effects.
|
|
14
14
|
|
|
15
|
+
<div align="center">
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+
<p><a href="https://github.com/Use-Tusk/drift-node-demo">Try it on a demo repo →</a></p>
|
|
20
|
+
|
|
21
|
+
</div>
|
|
22
|
+
|
|
15
23
|
## Documentation
|
|
16
24
|
|
|
17
25
|
For comprehensive guides and API reference, visit our [full documentation](https://docs.usetusk.ai/api-tests/installation#setup).
|
|
@@ -32,7 +40,7 @@ Tusk Drift currently supports the following packages and versions:
|
|
|
32
40
|
- **PG**: `pg@8.x`, `pg-pool@2.x-3.x`
|
|
33
41
|
- **Firestore**: `@google-cloud/firestore@7.x`
|
|
34
42
|
- **Postgres**: `postgres@3.x`
|
|
35
|
-
- **MySQL**: `mysql2@3.x`
|
|
43
|
+
- **MySQL**: `mysql2@3.x`, `mysql@2.x`
|
|
36
44
|
- **IORedis**: `ioredis@4.x-5.x`
|
|
37
45
|
- **Upstash Redis**: `@upstash/redis@1.x`
|
|
38
46
|
- **GraphQL**: `graphql@15.x-16.x`
|