StanfordSpezi / SpeziOnboarding

Spezi Onboarding module to inform a user or retrieve consent for a study participation
https://swiftpackageindex.com/StanfordSpezi/SpeziOnboarding/documentation/
MIT License
11 stars 5 forks source link

XCTSpeziOnboarding #11

Open PSchmiedmayer opened 11 months ago

PSchmiedmayer commented 11 months ago

Problem

Creating UI tests for the Spezi Onboarding package currently requires a significant level of UI testing code to navigate different onboarding views.

Solution

XCTSpeziOnboarding should be a new target in the Spezi Onboarding module that automates the UI testing for onboarding-related UI elements. By knowing insights into the Onboarding Module and being used in the UI tests of the Onboarding Module, we can simplify the UI testing flow for applications using the module.

Additional context

A good first issue to get familiar with the framework and its testing infrastructure.

Code of Conduct