RevitTestFramework
RevitTestFramework copied to clipboard
Alternative for NUnit Test for Revit 2025.
Hello everyone
I don't think that Dynamo team gonna update this project to support Revit 2025 (.Net Core).
Here is an alternative NUnit unit test for Revit, RevitTest.Samples project.
The way the framework is injecting the Revit objects is a little different, refactoring in the test code is necessary.
Here are some handy features that the RevitTest framework:
- Run tests and debug using Visual Studio to execute tests inside Revit.
- Open and Close Revit and
dotnet testexecution. - No manual plugin installation is required.
- Supports Revit 2025 to 2017.
Makes sense to take a look at the project RevitTest.
See yaa!