https://github.com/selenide-examples/testcontainers
Selenide + TestContainers (Docker) sample project
https://github.com/selenide-examples/testcontainers
automated-tests docker selenide selenium-java testcontainers testing-tools
Last synced: about 2 months ago
JSON representation
Selenide + TestContainers (Docker) sample project
- Host: GitHub
- URL: https://github.com/selenide-examples/testcontainers
- Owner: selenide-examples
- License: mit
- Created: 2017-05-22T21:03:46.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T07:08:25.000Z (3 months ago)
- Last Synced: 2025-12-18T04:24:15.521Z (3 months ago)
- Topics: automated-tests, docker, selenide, selenium-java, testcontainers, testing-tools
- Language: Java
- Homepage:
- Size: 536 KB
- Stars: 35
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selenide + TestContainers (Docker)
This is a sample project showing how to run tests in Docker with help of TestContainer library.
Look for `SearchTestWithDocker` to see how to run Docker with just a single annotation!
[](https://travis-ci.org/selenide-examples/testcontainers)
## How to run tests
> ./gradlew test --rerun-tasks