The repository contains adapters for .NET test frameworks that integrate automated tests with the Test IT test management system.
| Test IT | MSTest | NUnit | XUnit | SpecFlow |
|---|---|---|---|---|
| 4.0 | 1.0 | 1.0 | 1.0 | 1.0 |
| 4.5 | 1.1 | 1.1 | 1.1 | 1.1 |
| 4.6 | 1.4 | 1.4 | 1.4 | 1.4 |
| 5.0 | 1.6 | 1.6 | 1.6 | 1.6 |
| 5.2 | 1.7 | 1.7 | 1.7 | 1.7 |
| 5.3 | 1.9.2-TMS-5.3 | 1.9.2-TMS-5.3 | 1.9.2-TMS-5.3 | 1.9.2-TMS-5.3 |
| 5.4 | 1.9.6-TMS-5.4 | 1.9.6-TMS-5.4 | 1.9.6-TMS-5.4 | 1.9.6-TMS-5.4 |
| 5.5 | 1.10.1-TMS-5.5 | 1.10.1-TMS-5.5 | 1.10.1-TMS-5.5 | 1.10.1-TMS-5.5 |
| 5.6 | 1.12.0-TMS-5.6 | 1.12.0-TMS-5.6 | 1.12.0-TMS-5.6 | 1.12.0-TMS-5.6 |
| Cloud | 1.12.0 + | 1.12.0 + | 1.12.0 + | 1.12.0 + |
- For current versions, see the releases tab.
- Starting with 5.2, we have added a TMS postscript, which means that the utility is compatible with a specific enterprise version.
- If you are in doubt about which version to use, check with the support staff. support@yoonion.ru
This repository contains several components:
-
Core Components (
Tms.Adapter.Core) - Shared functionality used by all adapters including:- TMS API Client for communication with Test IT
- Adapter Manager for controlling test lifecycle
- Data models for test information
- Metadata attributes for linking tests to Test IT entities
-
Framework-Specific Adapters:
- MsTest/NUnit - Adapter for MSTest and NUnit frameworks
- XUnit - Adapter for XUnit framework
- SpecFlow - Plugin for SpecFlow framework
-
TmsRunner - A standalone test runner for MSTest/NUnit tests that can send results directly to Test IT