Created
February 21, 2020 08:30
-
-
Save marslin1220/94761fe4a06cc8c71e920e631851e3c0 to your computer and use it in GitHub Desktop.
This file contains 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
// 1. | |
@available(iOS 13.0, *) | |
func testMeasureSPFCascadeScrollingAsAnXtraUser() { | |
// 2. | |
measure(metrics: [SlowFrameMetric()]) { | |
app.launch() | |
// interact with the app, like scrolling or swiping | |
app.terminate() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment