Releases: specsolutions/specsync-plugins
Releases · specsolutions/specsync-plugins
SpecSync.Plugin.OnlyPublishTestResults v1.1.0 - 2025/09/22
Improvements:
- SpecSync.Plugin.OnlyPublishTestResults: Allow extracting ID from core fields like "TestMethod" using regex (#1714)
SpecSync.Plugin.OnlyPublishTestResults v1.0.0 - 2024/10/18
Initial version. Check plugin readme for details.
SpecSync.Plugin.GenericTestResultMatcher v1.2.0 - 2024/10/18
Improvements:
- Match for test result properties and allow using {test-case-id} placeholder (#1356)
SpecSync.Plugin.ExcelTestResults v1.3.0 2024/10/18
Improvements:
- If ID matches, should not try matching other fields (#1362)
SpecSync.Plugin.ExcelTestSource v1.1.0 2024/09/23
Improvements:
- Make column names parametrizable (#1341)
- Allow defining first step in test case row, improve flexibility (#1342)
- Allow using ID prefix in ID column (#1342)
SpecSync.Plugin.ExcelTestResults v1.2.0 2024/09/23
Improvements:
- Treat empty outcome as "NotExecuted" (#1346)
- Support for non-Gherkin test source (#1347)
- Support for loading ID with prefix (#1349)
- Remove obsolete TestCaseIdValueRegex setting (#1349)
- Support for custom outcome values (#1348)
SpecSync.Plugin.ExcelTestResults v1.1.0 2024/09/16
Improvements:
- Support ID prefix via
TestCaseIdValueRegexparameter (#1338) - skip rows without identifier (#1336)
Fixes:
- ID values formatted as number are not supported (#1337)
- Test result format error & parameter errors are reported incorrectly (#1335)
SpecSync.Plugin.ExcelTestResults v1.0.1 2024/09/12
Fixes:
- Fix: Error loading ExcelTestResults plugin (#1332)
SpecSync.Plugin.GenericTestResultMatcher v1.1.0 - 2024/05/23
Improvements:
- Allow matching standard console output (StdOut) by general matcher plugin (#1286)
SpecSync.Plugin.NUnitTestSource v1.0.2 - 2023/11/11
Improvements:
- Allow loading NUnit XML (v2, v3) test result files (#1232)