https://github.com/iljapavlovs/testcontainers-example
Example project using Testcontainers, Selenide
https://github.com/iljapavlovs/testcontainers-example
testcontainers
Last synced: 6 months ago
JSON representation
Example project using Testcontainers, Selenide
- Host: GitHub
- URL: https://github.com/iljapavlovs/testcontainers-example
- Owner: iljapavlovs
- License: mit
- Created: 2018-12-07T16:52:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T16:55:43.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T02:26:17.510Z (8 months ago)
- Topics: testcontainers
- Language: Java
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selenide + TestContainers (Docker)
#### NOTE - Project is based on https://github.com/selenide-examples/testcontainers.git
This is a sample project showing how to run tests in Docker with help of TestContainer library.
Look for `GoogleTestWithDocker` to see how to run Docker with just a single annotation!
For reference, look for `GoogleTest` to see how the same test runs without Docker.