Emulator configs#88
Conversation
5e71efd to
be4eab0
Compare
There was a problem hiding this comment.
Bug: Setup-Simulator Misleading and Ineffective
The setup-simulator input parameter is misleading: while its description implies setting up and booting simulators/emulators, the corresponding logic has been removed. Specifically, for iOS, simulator booting was replaced by just listing devices, and for Android, emulator launch and boot-waiting steps were removed. As a result, setting setup-simulator: true no longer starts a simulator or emulator, causing E2E tests to fail. The parameter also now controls unrelated steps (e.g., iOS CocoaPods installation), further confusing its purpose.
.github/actions/setup-e2e-env/action.yml#L14-L18
github-tools/.github/actions/setup-e2e-env/action.yml
Lines 14 to 18 in be4eab0
.github/actions/setup-e2e-env/action.yml#L211-L215
github-tools/.github/actions/setup-e2e-env/action.yml
Lines 211 to 215 in be4eab0
.github/actions/setup-e2e-env/action.yml#L318-L328
github-tools/.github/actions/setup-e2e-env/action.yml
Lines 318 to 328 in be4eab0
Was this report helpful? Give feedback by reacting with 👍 or 👎
No description provided.