File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ A re-implementation of [Testcontainer Selenium/WebDriver](https://java.testconta
20
20
* Everything can be `` @Override `` n if required
21
21
* Caches "Selenium version detection via classpath" so that it's not invoked everytime you build a new container
22
22
23
+ ## Usage
24
+ Usage is very similar to [ Testcontainers default implementation] ( https://java.testcontainers.org/modules/webdriver_containers/ ) .
25
+
26
+ Make sure to remove the original Testcontainer Webdrivers dependency to avert any mix ups while using the library.
27
+ For more information take a look at our demo.
28
+
23
29
## Installation
24
30
[ Installation guide for the latest release] ( https://github.com/xdev-software/testcontainers-selenium/releases/latest#Installation )
25
31
You can’t perform that action at this time.
0 commit comments