License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdio.github.wimdeblauwe |
ArtifactId | ArtifactIdtestcontainers-cypress |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestcontainers Cypress
A Testcontainers implementation for running Cypress e2e tests
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.github.wimdeblauwe/testcontainers-cypress/ -->
<dependency>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>testcontainers-cypress</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/testcontainers-cypress/
implementation 'io.github.wimdeblauwe:testcontainers-cypress:1.6.1'
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/testcontainers-cypress/
implementation ("io.github.wimdeblauwe:testcontainers-cypress:1.6.1")
'io.github.wimdeblauwe:testcontainers-cypress:jar:1.6.1'
<dependency org="io.github.wimdeblauwe" name="testcontainers-cypress" rev="1.6.1">
<artifact name="testcontainers-cypress" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wimdeblauwe', module='testcontainers-cypress', version='1.6.1')
)
libraryDependencies += "io.github.wimdeblauwe" % "testcontainers-cypress" % "1.6.1"
[io.github.wimdeblauwe/testcontainers-cypress "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.16.2 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.slf4j : slf4j-api | jar | 1.7.32 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.assertj : assertj-core | jar | 3.14.0 |
org.mockito : mockito-core | jar | 3.2.4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |