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 0d2b135 commit 8aad361Copy full SHA for 8aad361
README.md
@@ -1,4 +1,5 @@
1
-## java-playwright-browserstack
+# java-playwright-browserstack
2
+This repo contains samples for running junit-5 playwright tests on browserstack.
3
4
## Setup
5
* Clone the repo
pom.xml
@@ -17,6 +17,7 @@
17
<httpclient>4.5.13</httpclient>
18
<parallel.count>3</parallel.count>
19
<tests.single>**/tests.SampleTest.java</tests.single>
20
+ <tests.local>**/tests.LocalTest.java</tests.local>
21
</properties>
22
<dependencies>
23
<dependency>
@@ -86,7 +87,7 @@
86
87
<version>3.0.0-M5</version>
88
<configuration>
89
<includes>
- <include>${tests.single}</include>
90
+ <include>${tests.tests.local}</include>
91
</includes>
92
<testFailureIgnore>false</testFailureIgnore>
93
<argLine>
0 commit comments