Skip to content

Commit eafa314

Browse files
Improve readme
Co-Authored-By: Johannes Rabauer <[email protected]>
1 parent 7a1430f commit eafa314

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ A re-implementation of [Testcontainer Selenium/WebDriver](https://java.testconta
2020
* Everything can be ``@Override``n if required
2121
* Caches "Selenium version detection via classpath" so that it's not invoked everytime you build a new container
2222

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+
2329
## Installation
2430
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-selenium/releases/latest#Installation)
2531

0 commit comments

Comments
 (0)