uhooi/UhooiPicBook

Make the unit test a Swift Package

uhooi opened this issue · 1 comments

uhooi commented

Support flow

  1. Move the following to the App folder:
    • UhooiPicBookTests/
    • UhooiPicBookUITests/
    • Develop.xcodeproj
    • Production.xcodeproj
  2. Fix workspaces and projects
  3. Add testTarget
  4. Move all tests except Bundle to testTarget
  5. Test that testTarget with the xcodebuild test command
  6. Merge multiple test results
  7. Run tests with CI

References

👋 Thanks for reporting!
Please PR :)