Skip to content

Commit 9293616

Browse files
Ankit098francisf
authored andcommitted
chore: rename profile titles
1 parent ec0f1ae commit 9293616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This repo contains samples for running junit-5 playwright tests on browserstack.
77
* Update credentials in the `browserstack.yml` file with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings).
88

99
## Running tests:
10-
* To run a sample tests, run `mvn test -P sample`.
11-
* To run local tests, run `mvn test -P local`.
10+
* To run a sample tests, run `mvn test -P sample-test`.
11+
* To run local tests, run `mvn test -P sample-local-test`.
1212

1313
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
1414

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</build>
109109
<profiles>
110110
<profile>
111-
<id>local</id>
111+
<id>sample-local-test</id>
112112
<build>
113113
<plugins>
114114
<plugin>
@@ -129,7 +129,7 @@
129129
</build>
130130
</profile>
131131
<profile>
132-
<id>sample</id>
132+
<id>sample-test</id>
133133
<build>
134134
<plugins>
135135
<plugin>

0 commit comments

Comments
 (0)