Merged
Conversation
2e48daf to
b981016
Compare
There was a problem hiding this comment.
Pull request overview
This pull request refactors the test directory structure by moving files out of the /specs subdirectory into more appropriate locations. The main purpose is to have only spec files (test files) in /specs, while utility files, locators, state builders, and media files are moved to their own dedicated directories at the run/test/ level.
Changes:
- Moved utility files from
run/test/specs/utils/torun/test/utils/ - Moved locator files from
run/test/specs/locators/torun/test/locators/ - Moved state_builder from
run/test/specs/state_builder/torun/test/state_builder/ - Moved media files from
run/test/specs/media/torun/test/media/ - Updated all import paths across spec files, configuration files, and other source files to reflect the new structure
Reviewed changes
Copilot reviewed 161 out of 177 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
scripts/create_ios_simulators.ts |
Updated imports from specs/utils to utils |
scripts/cleanup_ios_simulators.ts |
Updated imports from specs/utils to utils |
run/types/sessionIt.ts |
Updated imports from specs/state_builder and specs/utils to new locations |
run/types/DeviceWrapper.ts |
Updated imports from specs/locators and specs/utils to new locations |
run/test/utils/*.ts |
New utility files moved from specs/utils, including new files for time travel, sleep, run_on, network_api, and test setup |
run/test/locators/*.ts |
Locator files moved from specs/locators, updated import paths to parent directories |
run/test/state_builder/index.ts |
Moved from specs/state_builder, updated import paths |
run/test/specs/*.spec.ts |
All spec files updated with new import paths using ../utils, ../locators, ../state_builder |
run/test/media/profile_picture.jpg |
Media file moved from specs/media to test/media |
playwright.config.ts |
Updated import from specs/utils/binaries to utils/binaries |
global-setup.ts |
Updated imports from specs/utils to utils |
eslint.config.mjs |
Updated file pattern from run/test/specs/locators/* to run/test/locators/* |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bilb
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.