-
```
/Library/Java/JavaVirtualMachines/openjdk-17.jdk/Contents/Home/bin/java -ea -Dsnapshots.update=false -Didea.test.cyclic.buffer.size=1048576 -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib…
-
**Describe the issue**
I want to test a client handling of Proxy Auth using mockserver as both the proxy and the origin server.
But I can't get Auth to fail.
**What you are trying to do**
…
-
Thanks for the awesome project. It really really help out. I've been experiencing this issue for several months. It happens frequently (several times per day) but I didn't find a stable way to reprodu…
-
Code:
```
private static final ElasticsearchContainer container = new ElasticsearchContainer(IMAGE_NAME)
.withCopyFileToContainer(MountableFile.forClasspathResource("elasticsearch…
-
I have code setup for launching Selenium GRID with the help of Testcontainer. When I run it on local system it works fine but when I do the same on bitbucket pipeline it failed to start container.
…
-
Currently, it does give the report like this, but it would be nice to further enhance how many subprojects it has scanned, related to each subproject, what are the upgrades needed along with this summ…
-
We're using testcontainers for a couple month now for our test environment, but since the beginning we have a problem that the recordings take roughly double the time as the actual test. At the first …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
Running Docker Desktop Windows 2.1.0.5 and using JUnit 4 with annotations BeforeClass and AfterClass to setup a container that multiple Test cases can be run against. Each test case does an execInCo…
-
I have a application which I want to run selenium tests (JUnit 4). I start the application it's database and a elastic search service with a docker compose file. I also start a chrome or firefox brows…