Skip to content

Commit

Permalink
saucelabs.reporter.url set to point to saucelabs dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-herscu committed Jan 8, 2025
1 parent cda624a commit 15de68b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [%TEST_JAR%]==[] (
-Dlogback.configurationFile=logback-test.xml ^
-Dpoll.timeout=15 ^
-Dpoll.delay=5 ^
-Dsaucelabs.reporter.url= ^
-Dsaucelabs.reporter.url=https://%SAUCELABS_USER%:%SAUCELABS_PASSWORD%@ondemand.saucelabs.com:443/wd/hub ^
-Dprovider=provider.saucelabs. ^
-Ddevice.type= ^
-Dbuild.label=STANDALONE ^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $JAVA_HOME/bin/java \
-Dlogback.configurationFile=logback-test.xml \
-Dpoll.timeout=15 \
-Dpoll.delay=5 \
-Dsaucelabs.reporter.url= \
-Dsaucelabs.reporter.url=https://$SAUCELABS_USER:$SAUCELABS_PASSWORD@ondemand.saucelabs.com:443/wd/hub \
-Dprovider=provider.saucelabs. \
-Ddevice.type= \
-Dbuild.label=STANDALONE \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if [%TEST_JAR%]==[] (
-Dlogback.configurationFile=logback-test.xml ^
-Dpoll.timeout=15 ^
-Dpoll.delay=5 ^
-Dsaucelabs.reporter.url= ^
-Dprovider=provider.local. ^
-Dsaucelabs.reporter.url=https://%SAUCELABS_USER%:%SAUCELABS_PASSWORD%@ondemand.saucelabs.com:443/wd/hub ^
-Dprovider=provider.saucelabs. ^
-Ddevice.type= ^
-Dbuild.label=STANDALONE ^
-Dbuild.tags= ^
Expand Down
4 changes: 2 additions & 2 deletions qa-testing-example/standalone-tutorials.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ java ^
-Dlogback.configurationFile=logback-test.xml ^
-Dpoll.timeout=15 ^
-Dpoll.delay=5 ^
-Dsaucelabs.reporter.url= ^
-Dprovider=provider.local. ^
-Dsaucelabs.reporter.url=https://%SAUCELABS_USER%:%SAUCELABS_PASSWORD%@ondemand.saucelabs.com:443/wd/hub ^
-Dprovider=provider.saucelabs. ^
-Ddevice.type= ^
-Dbuild.label=STANDALONE ^
-Dbuild.tags= ^
Expand Down
4 changes: 2 additions & 2 deletions qa-testing-example/standalone-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ java ^
-Dlogback.configurationFile=logback-test.xml ^
-Dpoll.timeout=15 ^
-Dpoll.delay=5 ^
-Dsaucelabs.reporter.url= ^
-Dprovider=provider.local. ^
-Dsaucelabs.reporter.url=https://$SAUCELABS_USER:$SAUCELABS_PASSWORD@ondemand.saucelabs.com:443/wd/hub ^
-Dprovider=provider.saucelabs. ^
-Ddevice.type= ^
-Dbuild.label=STANDALONE ^
-Dbuild.tags= ^
Expand Down

0 comments on commit 15de68b

Please sign in to comment.