Skip to content

Releases: ricaun-io/ricaun.RevitTest

1.10.1

03 Aug 21:16
c0dd28e
Compare
Choose a tag to compare

Features

  • Support disable tests using NUnit.Application configuration. (Fix: #73)

Application

  • Force to kill tests when ClientDisconnected in Debug if test still running.

TestAdapter

  • Add IsApplicationDisable to disable tests in TestDiscoverer.
  • Add disable, none, null keyworks to disable tests in TestDiscoverer.

1.10.1-beta

02 Aug 19:08
Compare
Choose a tag to compare
1.10.1-beta Pre-release
Pre-release

Features

  • Support disable tests using NUnit.Application configuration. (Fix: #73)

Application

  • Force to kill tests when ClientDisconnected in Debug if test still running.

TestAdapter

  • Add IsApplicationDisable to disable tests in TestDiscoverer.
  • Add disable, none, null keyworks to disable tests in TestDiscoverer.

1.10.1-alpha.1

30 Jun 15:41
Compare
Choose a tag to compare
1.10.1-alpha.1 Pre-release
Pre-release

Features

  • Support disable tests using NUnit.Application configuration. (Fix: #73)

Application

  • Force to kill tests when ClientDisconnected in Debug if test still running.

TestAdapter

  • Add IsApplicationDisable to disable tests in TestDiscoverer.
  • Add disable, none, null keyworks to disable tests in TestDiscoverer.

1.10.1-alpha

13 May 15:04
Compare
Choose a tag to compare
1.10.1-alpha Pre-release
Pre-release

Features

  • Support disable tests using NUnit.Application configuration. (Fix: #73)

TestAdapter

  • Add IsApplicationDisable to disable tests in TestDiscoverer.

1.10.0

04 Apr 12:45
4879d6d
Compare
Choose a tag to compare

Features

  • Support dotnet test with --filter with properties FullyQualifiedName and Name. (Fix: #76)

Console

  • Update ricaun.Revit.Installation to 1.4.0 to fix Revit start with UseShellExecute to true. (Fix: #77)

TestAdapter

  • Add TestFilter to filter TestCase using FullyQualifiedName and Name.
  • Update AdapterLogger to enable/disable logs.

1.10.0-rc

03 Apr 19:45
Compare
Choose a tag to compare
1.10.0-rc Pre-release
Pre-release

Features

  • Support dotnet test with --filter with properties FullyQualifiedName and Name. (Fix: #76)

Console

  • Update ricaun.Revit.Installation to 1.4.0 to fix Revit start with UseShellExecute to true. (Fix: #77)

TestAdapter

  • Add TestFilter to filter TestCase using FullyQualifiedName and Name.
  • Update AdapterLogger to enable/disable logs.

1.10.0-beta

03 Apr 19:08
Compare
Choose a tag to compare
1.10.0-beta Pre-release
Pre-release

Features

  • Support dotnet test with --filter with properties FullyQualifiedName and Name. (Fix: #76)

Console

  • Update ricaun.Revit.Installation to 1.4.0 to fix Revit start with UseShellExecute to true.

TestAdapter

  • Add TestFilter to filter TestCase using FullyQualifiedName and Name.
  • Update AdapterLogger to enable/disable logs.

1.10.0-alpha.1

03 Apr 18:01
Compare
Choose a tag to compare
1.10.0-alpha.1 Pre-release
Pre-release

Features

  • Support dotnet test with --filter with properties FullyQualifiedName and Name. (Fix: #76)

Console

  • Update Process to start using UseShellExecute true.

TestAdapter

  • Add TestFilter to filter TestCase using FullyQualifiedName and Name.
  • Update AdapterLogger to enable/disable logs.

1.10.0-alpha

03 Apr 14:47
Compare
Choose a tag to compare
1.10.0-alpha Pre-release
Pre-release

Features

  • Support dotnet test with --filter with properties FullyQualifiedName and Name. (Fix: #76)

TestAdapter

  • Add TestFilter to filter TestCase using FullyQualifiedName and Name.
  • Update AdapterLogger to enable/disable logs.

1.9.1

14 Mar 21:03
77c7598
Compare
Choose a tag to compare

Features

  • Support localized InstallLocation path. (Fix: #74)

Console

  • Update ricaun.Revit.Installation to 1.3.2. (Fix: #74)

Shared

  • Add ricaun.RevitTest.Shared.Tests to test mapper.