We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9695e commit 3bbe104Copy full SHA for 3bbe104
README.md
@@ -16,7 +16,7 @@ the wiki for v1 docs. It is recommended to upgrade to v2.0. Migration help can
16
<dependency>
17
<groupId>io.github.uchagani</groupId>
18
<artifactId>junit-playwright</artifactId>
19
- <version>3.0</version>
+ <version>3.0.1</version>
20
</dependency>
21
```
22
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>3.1-SNAPSHOT</version>
10
11
<name>junit-playwright</name>
12
<description>junit-playwright allows you to easily run Playwright-Java tests in parallel</description>
0 commit comments