test-runner Questions
8
Solved
I am trying to run Cucumber feature files in IntelliJ.
Cucumber Options is pointing to the right folder, but I get the "No tasks available" notification when trying to execute the JUnit runner cl...
Hesperian asked 12/9, 2019 at 14:21
2
Solved
I am trying to host a new project with Gitlab. It is a private Python project. I was able to test some initial tests with Gitlab CI.
I don't use cache while running tests,
While exploring the run...
Elspet asked 20/2, 2016 at 18:59
46
Solved
EDIT 2016-10-19:
The original question was about an issue specific to VS2015 CTP6 with the XUnit test runner. It's clear from the answers that there is a much broader issue with unit test discover...
Salvage asked 10/4, 2015 at 11:14
2
Solved
I have a basic question regarding Googletest in Eclipse.
I am using the test-runner plug in to run the Googletests.
But I need to specify a binary which runs my unit tests (of course that makes s...
Wormy asked 9/7, 2015 at 17:58
2
Solved
I have written instrumentation tests which was working fine, but now getting error cannot resolve ActivityTestRule error after upgrading dependencies to
androidTestImplementation 'com.android.sup...
Captive asked 27/4, 2018 at 12:52
1
Is there a testrunner for resharper that allows me to run my nodejs mocha tests?
I personally use Wallaby.js within visual studio, but at the office we only have resharper licenses. I can ge...
Vigilante asked 13/1, 2016 at 14:56
3
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 run them from there I get something like this:
[27.03.2018 12:21:46 Information...
Fanatic asked 27/3, 2018 at 9:52
2
Solved
I am running a maven project in Eclipse for my Cucumber tests. My test runner class looks like this:
@RunWith(Cucumber.class)
@CucumberOptions(
tags = { "@Now" },
// tags = { "@Ready" },
// tags...
Hoffman asked 2/6, 2015 at 10:51
1
Solved
In VS and Resharper I could see all test in my solution before any execution, see https://www.jetbrains.com/help/resharper/Reference__Windows__Unit_Test_Explorer.html
In Idea I can't find any tes...
Roughage asked 28/6, 2017 at 22:0
1
Solved
nUnit SetupFixture Reference
My Solution is setup like this, using SpecFlow Gherkin Features
Solution
- Tests Project
-- Features
-- Steps
- Pages Project
-- Pages
I run the nUnit test run...
Cygnus asked 16/6, 2017 at 13:22
5
Solved
This seems to be an error with the JetBrains Resharper 9.1 Ultimate Test Runner referencing an older version of NUnit. I am using NUnit 3.0 in my assembly.
[Window Title]
Unit Test Runner
[Main I...
Desertion asked 24/11, 2015 at 4:40
0
I am using Karma as a test runner to execute my Jasmine unit tests. Is there a possibility to tell Karma that it should always start a Chrome instance with an English locale?
My current Karma conf...
Interceptor asked 13/4, 2016 at 13:30
3
Is there an easy way to run all tests in open test classes in Visual Studio. I find that this is what I most often need to do.
Mostly I use Resharpers or TestDriven.NET testrunners, and I cant fin...
Pyrostat asked 2/7, 2010 at 7:55
2
Solved
How can I have JUnit use a separate ClassLoader for each test class it executes?
I am writing a JUnit TestRunner for a library that sets a lot of static variables. I essentially want to reset all ...
Bicentennial asked 17/2, 2015 at 21:23
4
Visual Studio 2012 added a "Run tests after build" button in the Unit Test Explorer, but it seems that option is not available in the Professional edition. In fact, my "Unit Test Explorer" is just ...
Huertas asked 21/11, 2012 at 17:1
2
Functional tests involving the TestServer class of the Play Framework seem to work only inside the Play console.
Unfortunately the stock test runner in the Play console executed by the play test c...
Damiendamietta asked 11/3, 2013 at 12:13
1
Solved
I'm new to Haskell and I'm trying to structure a program under test. I have decided to use HUnit and Cabal.
From what I have seen a well strucutred project looks the following:
src/
AppName/
A...
Platysma asked 25/11, 2012 at 3:43
2
Solved
In VS2012 (RC, soon to be RTM) is it possible to be selective about the (nunit) unit tests that run after every build? I love this feature, but I have two test categories/assemblies - one for actua...
Subaudition asked 2/8, 2012 at 18:54
7
Solved
Having recently gotten into test driven development I am using the Nunit test runner shipped as part of resharper. It has some downsides in terms of there is no shortcut to run tests and I ha...
Behlau asked 3/12, 2008 at 9:43
1
© 2022 - 2024 — McMap. All rights reserved.