Skip to content

Tags: jacobduijzer/Reqnroll

Tags

v1.0.1

Toggle v1.0.1's commit message
Mention Reqnroll.SpecFlowCompatibility.Actions.* packages in migratio…

…n guide

v1.0.0

Toggle v1.0.0's commit message
Update ci.yml to allow releasing versions without suffix

v0.0.1

Toggle v0.0.1's commit message
fix readthedocs config

reqnroll_fork

Toggle reqnroll_fork's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for Rule Backgrounds. (#2668)

* Add support for Rule Backgrounds. Preliminary commit. Lacks tests.

* Add support for Rule Backgrounds.Revised Commit to simplify approach and code. Lacks tests.

* Refactored signature of method: UnitTestMethodGenerator.GenerateTestMethodBody to accept a ScenarioDefinitionInFeatureFile instead of an AST Scenario. This allows simpler tracking of the relationship between Scenario and Rule.
Refactored Rule Background support in ScenarioPartHelper to simplify the code and accept changes suggested during PR review.

* Adding a feature file in the Specs tests to demonstrate a Feature with multiple Rules, each having  a Background; the Background steps should only be executed for the Scenario(s) within their respective Rule.

* Further simplification of Rule support in SPH by merging two private methods together.

* Corrected feature's binding code. Tests now pass.

* Updating changelog

* Reverting this feature back to the version present in SpecFlowOSS/SpecFlow.

* Refactored/revised to improve readabliity and formatting

Co-authored-by: Gáspár Nagy <[email protected]>

sf3.9.74

Toggle sf3.9.74's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
introduce a TraceListener for MSBuild Task (#2590)

* add MSBuildTraceListener

* remove output in container creator

* fix output & tests

sf3.9.69

Toggle sf3.9.69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
expand property aliases support (#1384) (#2581)

Co-authored-by: Emil Tzvetkov <[email protected]>

sf3.9.58

Toggle sf3.9.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changed NUnit3TestGeneratorProvider.SetTestMethod() and NUnit3TestGen…

…eratorProvider.SetRowTest() to virtual (#2567)

Co-authored-by: Piotr Niedzialek <[email protected]>

sf3.9.52

Toggle sf3.9.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix the packaging of the external data plugin for dotnet build (#2557)

sf3.9.50

Toggle sf3.9.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make XUnit2TestGeneratorProvider.SetTestMethod virtual (#2555)

sf3.9.40

Toggle sf3.9.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Net6 support (#2517)

* Use Final version of .Net6

* Add .Net6 to nightly-build.yml for Azure Pipelines

* Retry solution creation in Solution writer because .netcore2.1 sometimes fails with "System.IO.IOException: The process cannot access the file 'C:\Users\VssAdministrator.dotnet\2.1.818.toolpath.sentinel' because it is being used by another process."

* Solve Line ending issues on Linux

* Linux compatible 'steps.log' location

* Re-Add globalusingdirective because Build Engine version 16.6.0 for Mono is not compatible with it

* Adjust README.md

* Squash TestProject generator

* Adjust README.md