uhooi / UhooiPicBook

Uhooi's character book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the unit test a Swift Package

uhooi opened this issue · comments

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 :)