-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#23) Add support for integration tests
Introduce a new argument, testExecutionType, which can be set to either unit, integration, or all, to control which test assemblies are exectued. This controls the TestAssemblyFilePattern, which sets the globbing pattern used to locate the test assemblies. The default for this will be unit tests, but when required, this can be set higher to execute additional tests.
- Loading branch information
Showing
2 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters