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: docs/index.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ Testcontainers is a Java library that supports JUnit tests, providing lightweigh
8
8
9
9
Testcontainers make the following kinds of tests easier:
10
10
11
-
***Data access layer integration tests**: use a containerized instance of a MySQL, PostgreSQL or Oracle database to test your data access layer code for complete compatibility, but without requiring complex setup on developers' machines and safe in the knowledge that your tests will always start with a known DB state. Any other database type that can be containerized can also be used.
12
-
***Application integration tests**: for running your application in a short-lived test mode with dependencies, such as databases, message queues or web servers.
13
-
***UI/Acceptance tests**: use containerized web browsers, compatible with Selenium, for conducting automated UI tests. Each test can get a fresh instance of the browser, with no browser state, plugin variations or automated browser upgrades to worry about. And you get a video recording of each test session, or just each session where tests failed.
14
-
***Much more!** Check out the various [contributed modules](modules/) or create your own custom container classes using [`GenericContainer`](features/creating_container.md) as a base.
11
+
***Data access layer integration tests**: use a containerized instance of a MySQL, PostgreSQL or Oracle database to test your data access layer code for complete compatibility, but without requiring complex setup on developers' machines and safe in the knowledge that your tests will always start with a known DB state. Any other database type that can be containerized can also be used.
12
+
***Application integration tests**: for running your application in a short-lived test mode with dependencies, such as databases, message queues or web servers.
13
+
***UI/Acceptance tests**: use containerized web browsers, compatible with Selenium, for conducting automated UI tests. Each test can get a fresh instance of the browser, with no browser state, plugin variations or automated browser upgrades to worry about. And you get a video recording of each test session, or just each session where tests failed.
14
+
***Much more!** Check out the various [contributed modules](modules/) or create your own custom container classes using [`GenericContainer`](features/creating_container.md) as a base.
15
15
16
16
## Prerequisites
17
17
@@ -55,21 +55,21 @@ You can also [check the latest version available on Maven Central](https://searc
55
55
56
56
## Who is using Testcontainers?
57
57
58
-
*[ZeroTurnaround](https://zeroturnaround.com) - Testing of the Java Agents, micro-services, Selenium browser automation
59
-
*[Zipkin](http://zipkin.io) - MySQL and Cassandra testing
0 commit comments