Skip to content

Conversation

IeuanWalker
Copy link

@IeuanWalker IeuanWalker commented Apr 11, 2025

See comment on #20

Fixes #20

Reformatted the `AppiumAndroidApp` class, including its
constructor, methods, and properties, to enhance code
readability and maintainability. Consistent indentation
and braces were added throughout, while preserving
existing functionality. Commented-out code sections
were also visually distinguished for clarity.
@IeuanWalker
Copy link
Author

Not sure why there is so much formating changes, only change is line 85 as been removed -

options.AddAdditionalAppiumOption(MobileCapabilityType.NoReset, "true");

@IeuanWalker IeuanWalker changed the title Fix: Ability to use turn on FullReset Fix: Ability to turn on FullReset Apr 11, 2025
@jfversluis
Copy link
Owner

Not sure why there is so much formating changes, only change is line 85 as been removed -

options.AddAdditionalAppiumOption(MobileCapabilityType.NoReset, "true");

Tabs vs spaced 😄 yeah I wonder if we can make this an option for people somehow instead of just removing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to always restart app between each individual UI test?
2 participants