-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: change runs-on to ubuntu for E2E Android #2793
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
Merged
kacperzolkiewski
merged 43 commits into
software-mansion:main
from
kacperzolkiewski:changeE2EAndroidRunner
Nov 5, 2025
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
a30b6cb
fix: change runs-on to ubuntu for E2E Android
kacperzolkiewski 7f01207
fix: change order of E2E Android workflow commands
kacperzolkiewski 3571f43
fix: reconnecting e2e tests
kacperzolkiewski 2d7e97e
fix: increase tests timeout
kacperzolkiewski d3d1ac6
fix: move build into scrip block
kacperzolkiewski f8b2917
fix: android build
kacperzolkiewski 213ba34
fix: android build path fix
kacperzolkiewski 00c15f9
fix: remove unnecessary commands
kacperzolkiewski 0e57fd9
fix: use proper emulator
kacperzolkiewski ad34028
fix: api level
kacperzolkiewski 888ffdf
fix: use pixel 6
kacperzolkiewski 00a0a86
fix: use pixel 8 pro for e2e
kacperzolkiewski 7c3eaa7
fix: use pixel 7 for e2e
kacperzolkiewski 1d6826b
fix: change pixel density for e2e on android
kacperzolkiewski f5b1530
fix: use 22 node version
kacperzolkiewski 23c4c54
fix: use env for project name
kacperzolkiewski f5f5d8c
fix: use paperexample name
kacperzolkiewski ea83ad7
fix: kill metro
kacperzolkiewski 3281a6d
fix: remove killing metro
kacperzolkiewski 41c73fc
fix: kill metro by PID
kacperzolkiewski a2b37e6
fix: starting metro
kacperzolkiewski 966953e
fix: remove comits
kacperzolkiewski 439b4a6
fix: kill background process
kacperzolkiewski 7356dbc
fix: kill processes
kacperzolkiewski b640943
fix: remove comments
kacperzolkiewski 9aeaabd
fix: add 20s sleep before killing metro
kacperzolkiewski 6a6a40e
fix: bash kill process
kacperzolkiewski 4477655
fix: save metro pid
kacperzolkiewski 0ac645f
fix: remove disdown
kacperzolkiewski 801363e
fix: add nohup
kacperzolkiewski 9845835
fix: run full script in one bash
kacperzolkiewski ec25230
fix: save metro pid to file
kacperzolkiewski c82ed62
fix: run script inside bash
kacperzolkiewski 9d3eddc
fix: use bash inside script
kacperzolkiewski e9e0be7
fix: use sh -c
kacperzolkiewski 7ad0fc4
fix: use pkill
kacperzolkiewski a80a11b
fix: use ps with grep
kacperzolkiewski 628ce30
fix: pront start process
kacperzolkiewski 07b87a0
fix: kill metro with ps and grep
kacperzolkiewski 3a72c6f
fix: terminating process
kacperzolkiewski 00fe1b6
fix: add logs
kacperzolkiewski 49832b5
fix: remove process by port
kacperzolkiewski 4cc3655
fix: uncomment script
kacperzolkiewski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| export const width = 200; | ||
| export const height = 200; | ||
| export const maxPixelDiff = width * height * 0.005; | ||
| export const targetPixelRatio = 3.0; | ||
| export const targetPixelRatio = global.os === 'android' ? 2.625 : 3.0; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.