Run addin without having to start Revit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am searching for a way to test my add-in functionality. I have read about the Dynamo testing framework and the RevitTestFramework. These can evidently be used to run unit tests that reference some model without having to start Revit.
What I want is to be able to run a part of my add-in functionality (which fires when a user presses a button normally) ideally using a command line application or a batch file (so I need something that can run Revit, open a model and run some add-in code), without having to manually start Revit.
From what I gather, this must be somehow possible with the Dynamo testing framework, which, although it was meant for unit testing, does indeed use Revit in the background to open models and run code. Anyone has some suggestions?