-
When I run this command in Mac via Terminal
`mono ../../../.nuget/packages/NUnit.ConsoleRunner/3.18.3/tools/nunit3-console.exe --labels=Before --out=TestResult.txt "--result=TestResult.xml;format=n…
-
Creating `aspire`, or `aspire-starter` templates which have a `.sln` file fail to create when the name includes unicode characters:
`dotnet new aspire -o "aspire 😀"`
![Screenshot 2024-06-17 at 16 …
-
When running a SpecFlow test using nunit-console v13.15.4 with steps that are defined in another assembly, it says that "no matching step was found". The specflow.json file is present in the test asse…
-
Hi,
With the following test class:
```c#
public class MsSqlContainerTest {
private MsSqlContainer _msSqlContainer;
[OneTimeSetUp]
public void OneTimeSetup() {
_msSqlCo…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Let's add a build pipeline step where some NUnit Tests are executed.
-
```
[TestCase("", 0)]
[TestCase("a", 1)]
[TestCase("zzz", 3)]
void GetLength_ReturnsLength(string name, int expectedLength) {
var name = new NameBox(name);
Assert.IsEqual(name.GetLength(), exp…
tenpn updated
11 years ago
-
Is there any way to pass "--params" and other parameters from CNunit via command line to NUnit console runner?
orb1t updated
6 years ago
-
To support tests of higher test level with e.g. advanced test protocols or test environment preparation we need a reliable way to get called synchronously before and after any test relevant method (al…
-
### Version
1.46.0
### Steps to reproduce
```
await Page.GotoAsync("http://www.google.com/");
await Expect(Page).ToHaveTitleAsync("xD");
```
### Expected behavior
![pw 1 39 0](https://…