Skip to content

Commit 8aad361

Browse files
Ankit098francisf
authored andcommitted
chore: update README
1 parent 0d2b135 commit 8aad361

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## java-playwright-browserstack
1+
# java-playwright-browserstack
2+
This repo contains samples for running junit-5 playwright tests on browserstack.
23

34
## Setup
45
* Clone the repo

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<httpclient>4.5.13</httpclient>
1818
<parallel.count>3</parallel.count>
1919
<tests.single>**/tests.SampleTest.java</tests.single>
20+
<tests.local>**/tests.LocalTest.java</tests.local>
2021
</properties>
2122
<dependencies>
2223
<dependency>
@@ -86,7 +87,7 @@
8687
<version>3.0.0-M5</version>
8788
<configuration>
8889
<includes>
89-
<include>${tests.single}</include>
90+
<include>${tests.tests.local}</include>
9091
</includes>
9192
<testFailureIgnore>false</testFailureIgnore>
9293
<argLine>

0 commit comments

Comments
 (0)