sweetpad-dev / sweetpad

Develop Swift/iOS projects using VSCode
https://marketplace.visualstudio.com/items?itemName=sweetpad.sweetpad
MIT License
117 stars 3 forks source link

Any plans to support test run? #19

Open rafaelpedretti-toast opened 1 week ago

rafaelpedretti-toast commented 1 week ago

Hi

Are there plans to support tests via the extension, like showing/running via test explorer?

hyzyla commented 1 week ago

Hello! Yes, tests are definitely on the to-do list. I think I can fairly easily add the "test" command to the context menu of the scheme on the "Build" panel to add basic support for running tests. However, later it should be rewritten to run and watch test statuses via "Test Explorer" using VScode Testing API.