Skip to content

Conversation

@brandonpage
Copy link
Contributor

This PR moves the expected location of the ui_test_config.json file to shared/test/ to match test_credentials.json and adds a ui_test_config.json.sample file.

@@ -0,0 +1,11 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

./install.sh
echo $TEST_CREDENTIALS > ./shared/test/test_credentials.json
echo $TEST_CONFIG > ./native/NativeSampleApps/AuthFlowTester/src/main/assets/test_config.json
echo $UI_TEST_CONFIG > ./shared/test/ui_test_config.json
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 ui_test_config is a better name than test_config.
I should rename on iOS also (and change the github actions there also)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I debated that name change because I didn't know if this could potentially be used to remove all consumer keys from the repo. But we can rethink about the naming if we do that in the future.

@codecov
Copy link

codecov bot commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.28%. Comparing base (47f5b94) to head (9292d6f).
⚠️ Report is 4 commits behind head on dev.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #2827      +/-   ##
============================================
+ Coverage     63.06%   63.28%   +0.21%     
  Complexity     2831     2831              
============================================
  Files           215      216       +1     
  Lines         17036    16997      -39     
  Branches       2465     2414      -51     
============================================
+ Hits          10744    10756      +12     
+ Misses         5124     5072      -52     
- Partials       1168     1169       +1     
Components Coverage Δ
Analytics 47.92% <ø> (ø)
SalesforceSDK 56.41% <29.16%> (+0.37%) ⬆️
Hybrid 59.05% <ø> (ø)
SmartStore 78.20% <ø> (ø)
MobileSync 81.68% <ø> (ø)
React 52.36% <ø> (ø)
see 4 files with indirect coverage changes
🚀 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.

@brandonpage brandonpage merged commit 7c821ad into forcedotcom:dev Jan 22, 2026
33 of 34 checks passed
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.

2 participants