Skip to content

Commit

Permalink
chore: Post-release 0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
orange-buffalo committed Aug 24, 2024
1 parent 09e3302 commit 1de1df2
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.10</version>
<version>0.11.11</version>
</dependency>
```
Gradle:
```kotlin
testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.10")
testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.11")
```

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

0 comments on commit 1de1df2

Please sign in to comment.