0

I have a build in which one of the steps is to run Unit tests

In my test project I have: NUnit v3.4.1 NUnitTestAdapter: 2.0.0

My test step is setup as follows enter image description here

I get the following exception

Error: Exception NUnit.Core.UnsupportedFrameworkException, Exception thrown executing tests

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
MicroMan
  • 1,988
  • 4
  • 32
  • 58
  • The version of NUnit and NUnitTestAdapter is incompatible. As you have NUnit 3.x.y you need to install NUnit3TestAdapter to make version compatible. – Ripon Al Wasim Mar 24 '17 at 13:22

1 Answers1

1

Ok so i removed NUnitTestAdapter 2.0

and added NUnit3TestAdapter

and it now works

MicroMan
  • 1,988
  • 4
  • 32
  • 58