An open API service indexing awesome lists of open source software.

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

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.