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

Unable to install Nuget Package "Reqnroll.SpecFlowCompatibility.Actions.Selenium" #176

Open elysionconsulting opened 3 weeks ago

elysionconsulting commented 3 weeks ago

Reqnroll Version

2.0.2

Which test runner are you using?

MSTest

Test Runner Version Number

4.0.1

.NET Implementation

.NET 8.0

Test Execution Method

Visual Studio Test Explorer

Content of reqnroll.json configuration file

No response

Issue Description

Trying to install package "Reqnroll.SpecFlowCompatibility.Actions.Selenium" but dependencies are wrong. So i always get error :

Package restore failed. Rolling back package changes for 'ATR.AutomatedTests.Extranet'. Unable to find package Reqnroll.Actions.Configuration. No packages exist with this id in source(s): ForemFeed, local-package, Microsoft Visual Studio Offline Packages, nuget.org

Reqnroll.Actions.Configuration ≥ 0.2.2 but this package doesn't exists, it should be "Reqnroll.SpecFlowCompatibility.Actions.Configuration" no ?

Steps to Reproduce

Just install package "Reqnroll.SpecFlowCompatibility.Actions.Selenium"

Link to Repro Project

No response

gasparnagy commented 3 weeks ago

@elysionconsulting yes, this is correct. Could you please send a PR for that?