Top "Test-runner" questions

Visual Studio 2015 or 2017 does not discover unit tests

EDIT 2016-10-19: The original question was about an issue specific to VS2015 CTP6 with the XUnit test runner. It's …

unit-testing visual-studio-2015 visual-studio-2017 xunit test-runner
Get @CucumberOptions tag property using System.getProperty()

I am running a maven project in Eclipse for my Cucumber tests. My test runner class looks like this: @RunWith(…

java eclipse properties cucumber-jvm test-runner
No tasks available when executing JUnit runner class

I am trying to run Cucumber feature files in IntelliJ. Cucumber Options is pointing to the right folder, but I …

intellij-idea junit cucumber cucumber-junit test-runner
Can't run Xunit tests on Visual Studio 2017

Can't run all the XUnit tests on my Visual Studio 2017. Version 15.6.4 They can be viewed in TestExploer and when I …

visual-studio unit-testing testing xunit test-runner
JetBrains Resharper 9 Ultimate Test Runner error: NUnit.Core.UnsupportedFrameworkException: Skipped loading assembly {MyAssembly}

This seems to be an error with the JetBrains Resharper 9.1 Ultimate Test Runner referencing an older version of NUnit. I …

nunit jetbrains-ide resharper-8.0 test-runner
Cannot resolve ActivityTestRule after upgrading dependencies. Unable to import ActivityTestRule

I have written instrumentation tests which was working fine, but now getting error cannot resolve ActivityTestRule error after upgrading dependencies …

android android-espresso android-instrumentation test-runner
How can I continuously run unit tests in Visual Studio 2012 Professional?

Visual Studio 2012 added a "Run tests after build" button in the Unit Test Explorer, but it seems that option is …

unit-testing ide visual-studio-2012 test-runner
MSBuild to run unit tests

I am trying to configure CruiseControl .net to build our repository code periodically and run the tests included in the …

msbuild continuous-integration build-automation automated-tests test-runner