Skip to content

Commit

Permalink
chore: Post-release 0.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
orange-buffalo committed Oct 19, 2024
1 parent 3f6cb4c commit fc33ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ Maven:
<groupId>io.orange-buffalo</groupId>
<artifactId>testcontainers-playwright</artifactId>
<scope>test</scope>
<version>0.11.11</version>
<version>0.11.12</version>
</dependency>
```
Gradle:
```kotlin
testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.11")
testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.12")
```

Then, you can create a `PlaywrightContainer` instance and use the provided API to access the browser instances.
Expand Down

0 comments on commit fc33ee6

Please sign in to comment.