reqnroll / Reqnroll

Open-source Cucumber-style BDD test automation framework for .NET.
https://reqnroll.net
BSD 3-Clause "New" or "Revised" License
302 stars 33 forks source link

Missing TestExecution.json #198

Closed jiriveselythermofishercom closed 5 days ago

jiriveselythermofishercom commented 5 days ago

Reqnroll Version

2.0.3

Which test runner are you using?

NUnit

Test Runner Version Number

3.14.0

.NET Implementation

.NET 8.0

Test Execution Method

Command line – PLEASE SPECIFY THE FULL COMMAND LINE

Content of reqnroll.json configuration file

{ "$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json",

"bindingAssemblies": [
]

}

Issue Description

I can not find related tests output file "TestExecution.json". Command line: dotnet test --filter Category=DSLSimulationInstrument

Steps to Reproduce

I ran related test but no TestExecution.json file was created.

Link to Repro Project

No response

gasparnagy commented 5 days ago

Unfortunately SpecFlow.Plus.LivingDoc is a closed-source SpecFlow plugin without a public API, so Reqnroll cannot work with it.

Our plan is to rewrite it from scratch, see https://github.com/orgs/reqnroll/discussions/37.

Also see more details at #195

I close this issue as by design now.