Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WindowsAppDriver package dependency is broken by reference to Reqnroll.Actions.Appium #4

Open
Resware-Ken opened this issue Sep 19, 2024 · 1 comment

Comments

@Resware-Ken
Copy link

I am trying to install the Reqnroll.SpecFlowCompatibility.Actions.WindowsAppDriver package but it has a dependency on Reqnroll.Actions.Appium which does not exist. In the previous PR to fix Action dependencies, it looks like this was left in.

https://github.com/reqnroll/Reqnroll.Actions/pull/3/files

  <group targetFramework="net6.0">
    - <dependency id="Reqnroll.Actions.Configuration" version="$version$"/>
    + <dependency id="Reqnroll.SpecFlowCompatibility.Actions.Configuration" version="$version$"/>
    **<dependency id="Reqnroll.Actions.Appium" version="$version$"/>**
    <dependency id="Appium.WebDriver" version="4.3.1" />
    <dependency id="Reqnroll" version="2.0.0" />
@charristti
Copy link

I have same issue. Going to do a local Nuget build to see if I can work around until this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants