Skip to content

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

@Resware-Ken

Description

@Resware-Ken

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" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions