Bahn-X / swift-composable-navigator

An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
MIT License
581 stars 25 forks source link

UI tests #46

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

Resolves #21 .

Problem

We want to make sure that navigating in an application works as expected.

Solution

Add UI tests.

github-actions[bot] commented 3 years ago

Current coverage for ComposableDeeplinking.framework is 100.00%

No files affecting coverage found


Current coverage for ComposableNavigator.framework is 94.75%

No files affecting coverage found


Current coverage for ComposableNavigatorTCA.framework is 96.55%

No files affecting coverage found


Powered by xcov

Generated by :no_entry_sign: Danger

ohitsdaniel commented 3 years ago

https://shashikantjagtap.net/the-fast-furious-and-flaky-continuous-integration-with-xcode-10-parallel-tests/

For reference regarding parallel testing.