jar

io.github.martinschneider : yasew-core

Maven & Gradle

May 08, 2018
47 stars

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.

Table Of Contents

Latest Version

Download io.github.martinschneider : yasew-core JAR file - Latest Versions:

All Versions

Download io.github.martinschneider : yasew-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window yasew-core-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.martinschneider.yasew.base

├─ io.github.martinschneider.yasew.base.Base.class - [JAR]

├─ io.github.martinschneider.yasew.base.BasePage.class - [JAR]

├─ io.github.martinschneider.yasew.base.BaseSteps.class - [JAR]

io.github.martinschneider.yasew.configuration

├─ io.github.martinschneider.yasew.configuration.BrowserStackWebDriverBuilder.class - [JAR]

├─ io.github.martinschneider.yasew.configuration.LocalWebDriverBuilder.class - [JAR]

├─ io.github.martinschneider.yasew.configuration.Platform.class - [JAR]

├─ io.github.martinschneider.yasew.configuration.SpringContext.class - [JAR]

├─ io.github.martinschneider.yasew.configuration.WebDriverBuilder.class - [JAR]

├─ io.github.martinschneider.yasew.configuration.YasewConfiguration.class - [JAR]

io.github.martinschneider.yasew.junit

├─ io.github.martinschneider.yasew.junit.YasewRunner.class - [JAR]

├─ io.github.martinschneider.yasew.junit.YasewTest.class - [JAR]

io.github.martinschneider.yasew.steps

├─ io.github.martinschneider.yasew.steps.CucumberHooks.class - [JAR]

io.github.martinschneider.yasew.visual

├─ io.github.martinschneider.yasew.visual.TemplateMatcher.class - [JAR]

io.github.martinschneider.yasew.locator

├─ io.github.martinschneider.yasew.locator.LocatorMap.class - [JAR]

io.github.martinschneider.yasew.user

├─ io.github.martinschneider.yasew.user.User.class - [JAR]

├─ io.github.martinschneider.yasew.user.UserService.class - [JAR]

Advertisement