Skip to content

Commit

Permalink
Update notification on start of test group
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfloescher-geberit committed Apr 8, 2022
1 parent f183b04 commit 2697f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Console runner Revit language support
* Console runner exit code -1 on some failed tests
* Fix bug where longer running tests are not accounted
* Update notification on start of test group


* v1.3.6 [March 2022]
Expand Down
1 change: 1 addition & 0 deletions src/Revit.TestRunner/Runner/ReflectionRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ internal async Task RunTestClassGroup( IGrouping<string, TestCaseDto> testClassG
var instance = new TestInstance( testClassGroup.First().AssemblyPath, testClassGroup.Key );

try {
updateAction( testClassGroup.First(), false );
await instance.CreateTestInstance( mUiApplication );
}
catch( Exception e ) {
Expand Down

0 comments on commit 2697f5c

Please sign in to comment.