-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
feat: add autoFillPasswords capability #1972
Conversation
6a77395
to
45d4b90
Compare
would it be possible to rebase this PR? |
45d4b90
to
1c508e5
Compare
Looks like the the test I have added didn't pass in CI but the status is green 🤔 I will check it. |
Ah it's because of threshold. I'll try to fix my tests anyway. |
2409ef4
to
1c508e5
Compare
Thanks, I made changes based on your comments, PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
hm, auto release is not working. let me check |
🎉 This PR is included in version 5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR adds
autoFillPasswords
capability that allows to switch AutoFill Passwords settings for a simulator.Related PR: appium/appium-ios-simulator#378
Looks like prettier modifies a lot of lines in pre-commit hook. I guess it's due to this recent change?
https://prettier.io/docs/en/options.html#trailing-commas
Should I keep current trailing comma rule by adding prettierc?