Run Swift Tests#
Noctule provides run configurations and a built-in runner to execute tests of a Swift Package Manager project.
Supported Features#
Noctule relies on swift test to build and execute tests.
Currently, only the Swift testing framework is supported. Support for XCTest is planned.
Run Configuration#
The run configuration “Swift Package Test” allows you to execute tests of a Swift Package Manager project.
Test Runner User Interface#
If you execute tests using the run configuration, then the usual test runner user interface of your IDE is shown.