Last Version

YASeW 1.1

YASeW is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. YASew’s main aim is to make the configuration and the actual test code as easy as possible.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

io.github.martinschneider
ArtifactId

ArtifactId

yasew-core
Version

Version

1.1
Type

Type

jar
Description

Description

YASeW
YASeW is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. YASew’s main aim is to make the configuration and the actual test code as easy as possible.
Source Code Management

Source Code Management

https://github.com/martinschneider/YASeW

Download yasew-core 1.1


<!-- https://jarcasting.com/artifacts/io.github.martinschneider/yasew-core/ -->
<dependency>
    <groupId>io.github.martinschneider</groupId>
    <artifactId>yasew-core</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.martinschneider/yasew-core/
implementation 'io.github.martinschneider:yasew-core:1.1'
// https://jarcasting.com/artifacts/io.github.martinschneider/yasew-core/
implementation ("io.github.martinschneider:yasew-core:1.1")
'io.github.martinschneider:yasew-core:jar:1.1'
<dependency org="io.github.martinschneider" name="yasew-core" rev="1.1">
  <artifact name="yasew-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.martinschneider', module='yasew-core', version='1.1')
)
libraryDependencies += "io.github.martinschneider" % "yasew-core" % "1.1"
[io.github.martinschneider/yasew-core "1.1"]

Dependencies

compile (19)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.11.0
io.appium : java-client jar 6.0.0-BETA5
io.cucumber : cucumber-core jar 2.4.0
junit : junit jar 4.12
io.cucumber : cucumber-junit jar 2.4.0
io.cucumber : cucumber-java jar 2.4.0
org.springframework : spring-core jar 5.0.5.RELEASE
com.codeborne : selenide jar 4.11.2
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-simple jar 1.7.25
org.apache.commons : commons-collections4 jar 4.1
io.cucumber : cucumber-spring jar 2.4.0
org.springframework : spring-beans jar 5.0.5.RELEASE
org.springframework : spring-context jar 5.0.5.RELEASE
org.springframework : spring-test jar 5.0.5.RELEASE
org.assertj : assertj-core jar 3.9.1
org.openpnp : opencv jar 3.2.0-1
com.applitools : eyes-selenium-java3 jar 3.31
com.galenframework : galen-java-support jar 2.0.3

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.18.3
com.tngtech.java : junit-dataprovider jar 1.13.1

Project Modules

There are no modules declared in this project.