Skip to content

Commit

Permalink
Fix allure-xunit README
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie committed Mar 28, 2024
1 parent 6e9e9ea commit 2fdeef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Allure.XUnit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ If that didn't happen, check out the `Running tests in a CI pipeline` section.

## Further readings

Learn more from [the documentation for Allure NUnit](https://allurereport.org/docs/nunit/).
Learn more from [the documentation for Allure Xunit](https://allurereport.org/docs/xunit/).

Some examples are available [here](https://github.com/allure-framework/allure-csharp/tree/main/Allure.XUnit.Examples).
Some examples are available [here](https://github.com/allure-framework/allure-csharp/tree/main/Allure.Xunit.Examples).

## Notes

### Allure.Xunit.StepExtensions deprecation
There is no more need to use separate Allure.XUnit.StepExtensions package. You
should remove it from dependencies and use attributes from
should uninstall it and use attributes from
[Allure.Xunit.Attributes.Steps namespace](Attributes/Steps) directly.

### Namespace change
Expand All @@ -53,8 +53,8 @@ You may also install Rosetta via the CLI:

We rely on Harmony that in turn uses MonoMod.Core to:

1. Report arguments of theories in rare case they aren't reported by xUnit.net itself.
2. Implement selectie run.
1. Report arguments of theories in case they aren't reported by xUnit.net itself.
2. Implement selectie run (test plans).

Those features are unavailable on ARM64 due to limitations of MonoMod.Core.
Additionally, they might not work in some other rare circumstances.
Expand Down

0 comments on commit 2fdeef3

Please sign in to comment.