healenium / healenium-appium

Self-healing library for Appium-based tests
Apache License 2.0
26 stars 8 forks source link

Unable to download properly Maven dependency for healenium-appium V1.1 #23

Closed navinchandrac closed 2 years ago

navinchandrac commented 3 years ago

Hi,

After adding below maven dependency for healenium-appium V1.1 in POM file for test cases writting.

    <dependency>
        <groupId>com.epam.healenium</groupId>
        <artifactId>healenium-appium</artifactId>
        <version>1.1</version>
    </dependency>

It is showing only MENIFEST.MF file under healenium-appium 1.1.jar file (please refer below screenshot) instead of packages, so due to that unable to import com.epam.healenium.appium.DriverWrapper in test cases file for DriverWrapper.wrap class.

Healenium-Appium

ashish143ti commented 2 years ago

I am also facing the same issue , @GannaChernyshova could you please look in to it .

Alex-Reif commented 2 years ago

Fixed at 1.2 version.