Skip to content

1.4.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 14:12

Features

  • Support NUnit.Timeout option to abort application. (default '10' minutes) (Fix: #51)
  • Autoclose VIEWER MODE warning dialog box when Revit starts. (Fix: #52)

Application

  • Add DialogBoxResolver to cancel dialog box before revit initialization.

Console

  • Change TimeoutMinutesDefault to 10 minutes in the RevitTestUtils.
  • Remove deprecated wait option and RevitDebugUtils.
  • Add Timeout option to abort application.
  • Fail all tests when Timeout happen.

Command

  • Add RevitTestProcessStart to run tests with ProcessStart.
  • Remove deprecated wait option.
  • Add Timeout option to abort application.

TestAdapter

  • Add project ricaun.RevitTest.Command with ricaun.NUnit
  • Remove references CommandLineParser and NUnit not used.
  • Use RevitTestProcessStartUtils to start the process.
  • Add NUnit.Timeout option to timeout the application.