-
Notifications
You must be signed in to change notification settings - Fork 134
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
RUM-5579 chore: Rename IntegrationTests
project to UITests
#2189
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 🧹
@@ -17,7 +17,7 @@ | |||
BlueprintIdentifier = "61441C2924616F1D003D8BB8" | |||
BuildableName = "IntegrationScenarios.xctest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe these BuildableName
and BlueprintName
should be renamed as well
cd "$DIR" | ||
|
||
WORKSPACE="IntegrationTests/IntegrationTests.xcworkspace" | ||
WORKSPACE="UITests/UITests.xcworkspace" | ||
DESTINATION="platform=$platform,name=$device,OS=$os" | ||
SCHEME="IntegrationScenarios" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UITestsScenarios
?
What and why?
📦 This PR renames the
IntegrationTests
project toUITests
.There are multiple motivations:
With this change, we can use clear, unambiguous test classifications:
How?
This change is purely a renaming of folders, configurations, and some files.
Notably, part of this work was already done during the GitLab migration project, where we introduced
ui-test
naming in Makefile commands:Review checklist
make api-surface
)