You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,30 @@
1
1
# IntegrationTestBaseKit
2
2
3
3
## Overview
4
-
IntegrationTestBaseKit is a library designed to facilitate the creation and management of Docker containers for integration testing purposes. It provides a set of tools to start, stop, and check the readiness of Docker containers in a thread-safe manner.
4
+
5
+
IntegrationTestBaseKit is a library designed to facilitate the creation and management of Docker containers for
6
+
integration testing purposes. It provides a set of tools to start, stop, and check the readiness of Docker containers in
7
+
a thread-safe manner.
5
8
6
9
## Features
10
+
7
11
- Start and stop Docker containers asynchronously.
8
12
- Check container readiness using customizable wait strategies.
0 commit comments