Skip to content

Commit

Permalink
Updated version matrix in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Jul 21, 2022
1 parent d883302 commit c11ae43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ It will register automatically by using Testerra `ModuleHook`, but you have to p
| Azure devops connector | Testerra |
|------------------------|----------|
| `>= 1.0` | `>= 1.9` |
| `>= 2.0` | `>=2.0` |
| `>= 2.0` | `>=2.1` |

Tested with API version 5.0 at Azure DevOps Server 2020 Update 1.1 (5.1 and 6.0 are not working, cannot add result to run)

Note: Testerra 2.0 is not compatible with connector version 2.0. Please use Testerra 2.1 or above.

### Usage

Include the following dependency in your project.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ private synchronized void syncTestresult(TestStatusUpdateEvent event, Outcome ou
}
result.setErrorMessage(errorMessage);
result.setFailureType(this.getFailureType(event).toString());
// event.getMethodContext().getFailsAnnotation().get().description();
final String stackTrace = ExceptionUtils.getStackTrace(throwable);
result.setStackTrace(stackTrace);
});
Expand Down

0 comments on commit c11ae43

Please sign in to comment.