Skip to content

3.0.0-preview.1

Pre-release
Pre-release

Choose a tag to compare

@qameta-ci qameta-ci released this 26 Aug 14:49
· 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 stop by @delatrie in #663
  • Add AllureLifecycle.UpdateTestContainers to 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

Full Changelog: 2.15.0...3.0.0-preview.1