Skip to content

Merge sdk to main #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 5, 2024
Merged
Prev Previous commit
Next Next commit
chore: update test title in id
  • Loading branch information
Ankit098 authored and francisf committed Jun 5, 2023
commit 8f7b2a4f56db09743f727a7ee672e6dbce460fce
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<browserstack-local-java>1.0.6</browserstack-local-java>
<httpclient>4.5.13</httpclient>
<parallel.count>3</parallel.count>
<tests.single>**/tests.SampleTest.java</tests.single>
<tests.sample>**/tests.SampleTest.java</tests.sample>
<tests.local>**/tests.LocalTest.java</tests.local>
</properties>
<dependencies>
Expand Down Expand Up @@ -138,7 +138,7 @@
<version>3.0.0-M5</version>
<configuration>
<includes>
<include>${tests.single}</include>
<include>${tests.sample}</include>
</includes>
<testFailureIgnore>false</testFailureIgnore>
<argLine>
Expand Down