https://kotlinlang.org logo
c

christophsturm

01/25/2021, 3:07 PM
you could also use subtests for that
Copy code
test("user auth") {
  loginUser()
  test("stores the oauth token") {}
  test("returns user") {}
}