Closed maxep closed 2 months ago
@ncreated
How will the navigation through this UI be solved during benchmark run? Do we plan to create synthetics test that will use UIAutomation to navigate through this UI 🤔?
Yes, the navigation in scenario will be defined in a Synthetic Test in Mobile - Integration org.
I'm totally up for reusing the UIKitCatalog
in SRSnapshotTests
and E2ETests
, I transformed it to a framework so we can easily migrate it to a reusable package. But lets move it there when we have a need for it, WDYT?
@ncreated
How will the navigation through this UI be solved during benchmark run? Do we plan to create synthetics test that will use UIAutomation to navigate through this UI 🤔?
Yes, the navigation in scenario will be defined in a Synthetic Test in Mobile - Integration org.
I see 👍, thanks for clarifying. I have some thoughts on this, but it is not blocking this PR defintely!
I'm totally up for reusing the
UIKitCatalog
inSRSnapshotTests
andE2ETests
, I transformed it to a framework so we can easily migrate it to a reusable package. But lets move it there when we have a need for it, WDYT?
Totally 👌, it's separate work to be done when we need it 🙂!
What and why?
Integrate the UIKitCatalog to be used for Session Replay scenario.
How?
UIKitCatalog
framework targetUIKitCatalog
main storyboard for Session Replay scenarioNote for reviewers: No need to review
UIKitCatalog
sources, it's coming from Apple's sample code: UIKitCatalog. Only SessionReplayScenario.swift andpbxproj
were modified.Review checklist