-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add password discovery #380
Conversation
cd97c91
to
641455b
Compare
869edbc
to
11d8bd4
Compare
b5de9fa
to
041c32f
Compare
041c32f
to
c3bf777
Compare
7a71809
to
a441cd2
Compare
|
||
.PHONY: test-watchos | ||
test-watchos: codegen | ||
$(TEST) watchsimulator$(WATCHOS_VERSION) -destination "OS=$(WATCHOS_VERSION),name=Apple Watch Ultra (49mm)" | $(XCPRETTY) | ||
$(TEST) watchsimulator10.0 -destination "OS=10.0,name=Apple Watch Ultra (49mm)" | $(XCPRETTY) | ||
|
||
.PHONY: tools | ||
tools: |
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.
I decided to just hard code all the test versions here in the makefile, made things so much simpler to know exactly what was going on, the tests not running had to do with not finding the right os and device combo.
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.
That way when we bump the version of Xcode in the test.yml file we can also modify these version to match.
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.
I added:
@xcodebuild -showsdks
@xcrun simctl list devices
Because when we go to bump Xcode in the future we can see what available devices and iOS's we have on the first failure and update the hard coding appropriately.
57cd80d
to
6669524
Compare
6669524
to
2499f26
Compare
[iOS] Password Discovery (headless and UI)
[iOS][B2B UI] Modify ordering logic to place or separators before and after input types of email and password
Changes:
AuthenticationOperations
file.Checklist:
Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2025-01-21.at.15.50.35.mp4