3.0.0-preview.1
Pre-release
Pre-release
·
10 commits
to refs/heads/main
since this release
What's Changed
π Allure.Xunit.v3
This is a preview release of 3.0.0 featuring the new Allure.Xunit.v3 integration. See the README for more information.
Migrating from Allure.Xunit? See the migration guide for details about the transition.
If you encounter any problems, please start a discussion or open an issue.
π New Features
- Add integration with Microsoft Testing Platform by @delatrie in #659
- Introduce Allure.Net by @delatrie in #678
- Allure sdk by @delatrie in #679
- Split runtime build into two stages, track configuration properties, and fix runtime scopes by @delatrie in #683
- Migrate Allure.TestingPlatform from Allure.Net.Commons to Allure.Net.Sdk by @delatrie in #684
- Allure integration with xUnit.net v3 MTP by @delatrie in #665
π¬ Improvements
- Omit empty statusDetails from *-result.json by @delatrie in #662
- Respect [AllureName] by titlePath of xUnit tests by @delatrie in #660
- Avoid loading file attachments in memory by @delatrie in #658
- Make AllureLifecycle and AllureConfiguration constructors public by @delatrie in #661
- Allow integrations to overwrite
stopby @delatrie in #663 - Add
AllureLifecycle.UpdateTestContainersto update the whole container stack by @delatrie in #664 - Simplify runtime registration in Allure.Net.Sdk by @delatrie in #685
β¬οΈ Dependency Updates
- Bump Microsoft.Bcl.AsyncInterfaces and System.Text.Json by @dependabot[bot] in #688
π» Internal changes
- Improve integration testing system with new layout and domain-specific assertions by @delatrie in #657
- Setup testops by @epszaw in #667
- Support MSBuild extension files in sample projects when referencing projects under test via ProjectReference by @delatrie in #666
- Support integration testing of accompanying analyzer projects via ProjectReference items by @delatrie in #668
- Reference sample files directly from sample projects by @delatrie in #669
- Support integration testing of MTP-based integrations by @delatrie in #670
- fix labels by @formaceft-93 in #671
New Contributors
- @formaceft-93 made their first contribution in #671
Full Changelog: 2.15.0...3.0.0-preview.1