RevitTestFramework
RevitTestFramework copied to clipboard
Unit Testing on Revit
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](https://github.com/ricaun-io/RevitTest) project. The...
Upgraded to be usable for Revit 2022. Please Make it a bit user-friendly and of course more documented. Thank you
Hi , I want to use this Framework for testing my revit plugins , no dynamo involved at this point . I git cloned this repo, replaced the Revit references...
Hi everyone! I'm getting started with CI with Azure DevOps (previously VSTS) and I'm using RTF for the testing of Revit-specific methods (which btw is really cool and I thank...
Hello, I have a problem with both GUI and Console applications. GUI starts Revit, but doesn't perform tests and closes after few seconds. Then the Application still works, but nothing...
First and foremost, thank you so much for writing this solution, this is an amazing and useful tool. I am struggling to find resources on getting started, especially around the...
Does RTF supports testing on a detached model? Revit keeps prompting "Enter interactive mode", no tests were run. It works fine on non-workshared models. I'm running it through command line...
Hey everyone, I just realised that RTF doesn't take into consideration my "data driven" test (https://docs.nunit.org/2.5/testCase.html)? Am I missing something or is this actually the way it is? You know...
In src/Framework/Runner/Runner.cs line 1857 the "time" option needs to be replaced with "time=" to have the command-line argument work correctly. This seems to be broken in all versions. Please fix....
# Issue Addin files are only being loaded from the installation folder (usually `C:\ProgramData\Autodesk\Revit\Addins\{VERSION}`), so files found on `%appdata%\Autodesk\Revit\Addins\` are omitted. # Proposed solutions 1. Add folder `%appdata%\Autodesk\Revit\Addins\{VERSION}` as default...