lngyeen / MySurveyChallenge

0 stars 0 forks source link

[Question] Improve code coverage #37

Closed blyscuit closed 5 months ago

blyscuit commented 5 months ago

Issue

  1. User has token and see a survey.
    1. 1.1 User can scroll to the right to see the next survey.
  2. User did not log in
    1. 2.1 User fill email and password field
    2. 2.2 User tap the Log in button.
lngyeen commented 5 months ago

@blyscuit

lngyeen commented 5 months ago

@blyscuit Sorry, I tried KIF with SwiftUI but it seems the KIF API doesn't work well with SwiftUI (I'm very able to get elements via accessibilityLabel). So I tried with XCUITest, you can see through this PR: https://github.com/lngyeen/MySurveyChallenge/pull/48