Make the unit test a Swift Package
uhooi opened this issue · 1 comments
uhooi commented
Support flow
- Move the following to the
App
folder:UhooiPicBookTests/
UhooiPicBookUITests/
Develop.xcodeproj
Production.xcodeproj
- Fix workspaces and projects
- Add testTarget
- Move all tests except Bundle to testTarget
- Test that testTarget with the
xcodebuild test
command - Merge multiple test results
- Run tests with CI
References
github-actions commented
👋 Thanks for reporting!
Please PR :)