Skip to content
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

[CI] Update the URLs of sample apps used in BrowserStack tests #5641

Merged
merged 2 commits into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,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="BrowserStack iOS System tests report" \
-Pvividus.variables.app-url=bs://0a9c4e8ad122abb9951dc5cf4f735eecbd4b1264 \
-Pvividus.variables.app-url=bs://63c26f44d622f6b76d93dcd8a427935b3d787737 \
-Pvividus.notifications.base.comment="VIVIDUS CI - BrowserStack iOS System Tests" \
-Pvividus.notifications.base.report-link=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.notifications.base.project=vividus-tests \
Expand Down Expand Up @@ -661,7 +661,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="BrowserStack Android System tests report" \
-Pvividus.variables.app-url=bs://19d5ef3173e4b49b785b759ae0abfac52bfb69f5
-Pvividus.variables.app-url=bs://9059ff4d077c07a0409eba9c14e012c5ca99db56
else
echo No BROWSERSTACK_USER and/or BROWSERSTACK_KEY variables, System tests will be skipped
fi
Expand Down
Loading