fix: remove Appium logLevel arg to prevent orphaned processes - #42
Merged
Conversation
…st playback, multiple recordings, and pause during recording Add 8 new E2E tests across 5 suites covering previously untested user flows. Add accessibility labels to settings button, reset button, empty state, and recordings count for E2E discoverability. Move E2E banner below nav bar to avoid overlapping header controls. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The `logLevel: "warn"` arg suppressed Appium's info-level startup message that @wdio/appium-service uses to detect readiness. This caused the service to always time out, lose its process reference, and skip cleanup on exit — leaving orphaned Appium and xcodebuild processes after every test run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
logLevel: "warn"from the Appium service args inwdio.ios.conf.tswarnlog level suppressed the info-level startup message ("Appium REST http interface listener started") that@wdio/appium-servicewatches for to detect readinessnode appiumandxcodebuildprocesses after every test runTest plan
pnpm e2e:ios --mochaOpts.grep "discards recording when paused mid-recording"and confirmed:"Appium started with ID: ...")"Killing entire Appium tree"/"Process and its children successfully terminated")🤖 Generated with Claude Code