RevitTestFramework by Dynamo

<PackageReference Include="RevitTestFramework" Version="1.19.22" />

 RevitTestFramework 1.19.22

The Revit Test Framework (RTF) allows you to conduct remote unit testing on Revit. RTF takes care of creating a journal file for running revit which can specify a model to start Revit, and a specific test or fixture of tests to Run. You can even specify a model to open before testing and RTF will do that as well.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>RevitTestFramework</id>
    <version>1.19.22</version>
    <title>RevitTestFramework</title>
    <authors>Dynamo</authors>
    <owners>Dynamo</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <developmentDependency>true</developmentDependency>
    <licenseUrl>https://github.com/DynamoDS/RevitTestFramework#license</licenseUrl>
    <projectUrl>https://github.com/DynamoDS/RevitTestFramework</projectUrl>
    <iconUrl>http://dynamobim.org/favicon.png</iconUrl>
    <description>The Revit Test Framework (RTF) allows you to conduct remote unit testing on Revit. RTF takes care of creating a journal file for running revit which can specify a model to start Revit, and a specific test or fixture of tests to Run. You can even specify a model to open before testing and RTF will do that as well.</description>
    <summary>Revit Test Framework</summary>
    <language>en-US</language>
    <tags>revit, autodesk, revit test framework</tags>
  </metadata>
</package>