Skip to content

[tests] Bump version of mobile test app to 0.8.1 for SauceLabs tests#6525

Open
valfirst wants to merge 2 commits intomasterfrom
vividus-test-app-0-8-0
Open

[tests] Bump version of mobile test app to 0.8.1 for SauceLabs tests#6525
valfirst wants to merge 2 commits intomasterfrom
vividus-test-app-0-8-0

Conversation

@valfirst
Copy link
Copy Markdown
Collaborator

@valfirst valfirst commented Mar 18, 2026

Summary by CodeRabbit

  • Chores
    • Updated CI testing configuration to use test app version 0.8.1 (replacing 0.7.0), ensuring test runs reference the newer app build.

@valfirst valfirst requested a review from a team as a code owner March 18, 2026 09:52
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 18, 2026

📝 Walkthrough

Walkthrough

Updated the TEST_APP_VERSION environment variable in the Gradle CI workflow for the system-mobile-tests-on-saucelabs job from 0.7.0 to 0.8.1.

Changes

Cohort / File(s) Summary
CI/CD Workflow Configuration
​.github/workflows/gradle.yml
Bumped TEST_APP_VERSION from 0.7.0 to 0.8.1 in the system-mobile-tests-on-saucelabs job (affects constructed test app artifact names referencing the variable).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The PR title accurately describes the main change: bumping the mobile test app version from 0.7.0 to 0.8.1 for SauceLabs tests, which matches the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch vividus-test-app-0-8-0
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can customize the high-level summary generated by CodeRabbit.

Configure the reviews.high_level_summary_instructions setting to provide custom instructions for generating the high-level summary.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.77%. Comparing base (5aed43a) to head (8ccaaaf).
⚠️ Report is 28 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6525   +/-   ##
=========================================
  Coverage     97.77%   97.77%           
  Complexity     7400     7400           
=========================================
  Files          1014     1014           
  Lines         21420    21420           
  Branches       1405     1405           
=========================================
  Hits          20943    20943           
  Misses          361      361           
  Partials        116      116           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/workflows/gradle.yml:
- Line 496: Update the CI workflow env variable TEST_APP_VERSION to match the PR
target version (set TEST_APP_VERSION from 0.8.1 to 0.8.0) so SauceLabs artifact
names align with this release; locate the TEST_APP_VERSION assignment in the
GitHub Actions gradle.yml workflow and change its value accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: e2588ac9-e311-40e9-b4cb-b0bc31e5408a

📥 Commits

Reviewing files that changed from the base of the PR and between 35fd88c and 8ccaaaf.

📒 Files selected for processing (1)
  • .github/workflows/gradle.yml

if: github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]'
env:
TEST_APP_VERSION: 0.7.0
TEST_APP_VERSION: 0.8.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Align TEST_APP_VERSION with the PR target version.

Line 496 sets TEST_APP_VERSION to 0.8.1, while this PR objective is 0.8.0. Because this variable forms SauceLabs artifact names, this mismatch can cause missing artifact failures during mobile app runs.

🔧 Proposed fix
-      TEST_APP_VERSION: 0.8.1
+      TEST_APP_VERSION: 0.8.0
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
TEST_APP_VERSION: 0.8.1
TEST_APP_VERSION: 0.8.0
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/gradle.yml at line 496, Update the CI workflow env
variable TEST_APP_VERSION to match the PR target version (set TEST_APP_VERSION
from 0.8.1 to 0.8.0) so SauceLabs artifact names align with this release; locate
the TEST_APP_VERSION assignment in the GitHub Actions gradle.yml workflow and
change its value accordingly.

@sonarqubecloud
Copy link
Copy Markdown

@valfirst valfirst changed the title [tests] Bump version of mobile test app to 0.8.0 for SauceLabs tests [tests] Bump version of mobile test app to 0.8. for SauceLabs tests Mar 19, 2026
@valfirst valfirst changed the title [tests] Bump version of mobile test app to 0.8. for SauceLabs tests [tests] Bump version of mobile test app to 0.8.1 for SauceLabs tests Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant