Skip to content

Commit

Permalink
Merge branch 'master' into 3644
Browse files Browse the repository at this point in the history
  • Loading branch information
EDbarvinsky committed Mar 30, 2023
2 parents 75b55a7 + 94033af commit 877a338
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
-Pvividus.allure.executor.build-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-name="SauceLabs iOS System tests report (Downscaled)" \
-Pvividus.variables.app-url=sauce-storage:vividus-test-app-ios-$TEST_APP_VERSION.zip
-Pvividus.variables.app-url=storage:filename=vividus-test-app-ios-$TEST_APP_VERSION.zip
else
echo No SAUCELABS_USER and/or SAUCELABS_KEY variables, System tests will be skipped
fi
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
-Pvividus.allure.executor.build-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-name="SauceLabs iOS System tests report (Original)" \
-Pvividus.variables.app-url=sauce-storage:vividus-test-app-ios-$TEST_APP_VERSION.zip \
-Pvividus.variables.app-url=storage:filename=vividus-test-app-ios-$TEST_APP_VERSION.zip \
-Pvividus.statistics.print-failures=true \
-Pvividus.ui.visual.baseline-storage.filesystem.folder=./baselines/original \
-Pvividus.ui.context.self-healing=true
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
-Pvividus.allure.executor.report-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-name="SauceLabs iOS Proxy tests report" \
-Pvividus.saucelabs.sauce-connect.command-line-arguments="--proxy-localhost --no-ssl-bump-domains example.com" \
-Pvividus.variables.app-url=sauce-storage:vividus-test-app-ios-$TEST_APP_VERSION.zip
-Pvividus.variables.app-url=storage:filename=vividus-test-app-ios-$TEST_APP_VERSION.zip
else
echo No SAUCELABS_USER and/or SAUCELABS_KEY variables, System tests will be skipped
fi
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
-Pvividus.allure.executor.build-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-name="SauceLabs Android System tests report (Downscaled)" \
-Pvividus.variables.app-url=sauce-storage:vividus-test-app-android-$TEST_APP_VERSION.zip
-Pvividus.variables.app-url=storage:filename=vividus-test-app-android-$TEST_APP_VERSION.zip
else
echo No SAUCELABS_USER and/or SAUCELABS_KEY variables, System tests will be skipped
fi
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
-Pvividus.allure.executor.build-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-name="SauceLabs Android System tests report (Original)" \
-Pvividus.variables.app-url=sauce-storage:vividus-test-app-android-$TEST_APP_VERSION.zip \
-Pvividus.variables.app-url=storage:filename=vividus-test-app-android-$TEST_APP_VERSION.zip \
-Pvividus.statistics.print-failures=true \
-Pvividus.batch-1.resource-include-patterns=VisualTesting.story \
-Pvividus.ui.visual.baseline-storage.filesystem.folder=./baselines/original
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
-Pvividus.allure.executor.report-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-name="SauceLabs Android Proxy tests report" \
-Pvividus.saucelabs.sauce-connect.command-line-arguments="--proxy-localhost --no-ssl-bump-domains example.com" \
-Pvividus.variables.app-url=sauce-storage:vividus-test-app-android-$TEST_APP_VERSION.zip
-Pvividus.variables.app-url=storage:filename=vividus-test-app-android-$TEST_APP_VERSION.zip
else
echo No SAUCELABS_USER and/or SAUCELABS_KEY variables, System tests will be skipped
fi
Expand Down

0 comments on commit 877a338

Please sign in to comment.