uhooi / UhooiPicBook

Uhooi's character book.
MIT License
107 stars 25 forks source link

Make the unit test a Swift Package #281

Closed uhooi closed 2 years ago

uhooi commented 2 years ago

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

github-actions[bot] commented 2 years ago

👋 Thanks for reporting! Please PR :)