@amqp-contract/testing 0.2.0 → 0.3.0
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 +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# @amqp-contract/testing
|
|
2
2
|
|
|
3
|
-
Testing utilities for AMQP contracts using testcontainers
|
|
3
|
+
**Testing utilities for AMQP contracts using testcontainers.**
|
|
4
|
+
|
|
5
|
+
[](https://github.com/btravers/amqp-contract/actions/workflows/ci.yml)
|
|
6
|
+
[](https://www.npmjs.com/package/@amqp-contract/testing)
|
|
7
|
+
[](https://www.npmjs.com/package/@amqp-contract/testing)
|
|
8
|
+
[](https://www.typescriptlang.org/)
|
|
9
|
+
[](https://opensource.org/licenses/MIT)
|
|
4
10
|
|
|
5
11
|
📖 **[Full documentation →](https://btravers.github.io/amqp-contract/guide/getting-started)**
|
|
6
12
|
|
|
@@ -100,3 +106,11 @@ The following variables are provided to tests:
|
|
|
100
106
|
- `__TESTCONTAINERS_RABBITMQ_IP__` - Container host IP
|
|
101
107
|
- `__TESTCONTAINERS_RABBITMQ_PORT_5672__` - Mapped AMQP port
|
|
102
108
|
- `__TESTCONTAINERS_RABBITMQ_PORT_15672__` - Mapped management port
|
|
109
|
+
|
|
110
|
+
## Documentation
|
|
111
|
+
|
|
112
|
+
📖 **[Read the full documentation →](https://btravers.github.io/amqp-contract)**
|
|
113
|
+
|
|
114
|
+
## License
|
|
115
|
+
|
|
116
|
+
MIT
|