-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for scenario-level parallel execution (#277)
* import tests from PR 119 * small code cleanup * Prototype to support method-level parallelization for MsTest * Add SystemTests for parallel execution * Remove obsolete Generator unit test * make sure that all remaining after feature hooks are called * remove invalid expectations of specs test about feature context * Support method-level parallel execution for NUnit * Support new execution structure for xUnit * code cleanup * generate featureInfo as field * slow down parallel test to avoid false errors (tests are so fast on Linux CI that they don't run in parallel) * fix VB compatibility * update CHANGELOG * update CHANGELOG * remove obsolete specs feature * Update docs * fix CHANGELOG * refactor Log class generation for system tests * Improve System Tests parallel handling * apply hinting to choose the test runners in more optimal way * fix unit test warning * Add extra check to ensure scenario-level parallelization * Use feature info to optimize test runner reuse * fix a comment * fix typo, make docs clearer
- Loading branch information
1 parent
45a2954
commit a52d7c7
Showing
27 changed files
with
647 additions
and
661 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
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
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
Oops, something went wrong.