io.sitoolkit.wt:sit-wt-util

SIToolkit for Web Testing

License

License

GroupId

GroupId

io.sitoolkit.wt
ArtifactId

ArtifactId

sit-wt-util
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SIToolkit for Web Testing

Download sit-wt-util

How to add to project

<!-- https://jarcasting.com/artifacts/io.sitoolkit.wt/sit-wt-util/ -->
<dependency>
    <groupId>io.sitoolkit.wt</groupId>
    <artifactId>sit-wt-util</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sitoolkit.wt/sit-wt-util/
implementation 'io.sitoolkit.wt:sit-wt-util:3.0.0'
// https://jarcasting.com/artifacts/io.sitoolkit.wt/sit-wt-util/
implementation ("io.sitoolkit.wt:sit-wt-util:3.0.0")
'io.sitoolkit.wt:sit-wt-util:jar:3.0.0'
<dependency org="io.sitoolkit.wt" name="sit-wt-util" rev="3.0.0">
  <artifact name="sit-wt-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sitoolkit.wt', module='sit-wt-util', version='3.0.0')
)
libraryDependencies += "io.sitoolkit.wt" % "sit-wt-util" % "3.0.0"
[io.sitoolkit.wt/sit-wt-util "3.0.0"]

Dependencies

compile (15)

Group / Artifact Type Version
commons-io : commons-io jar 2.5
org.apache.commons : commons-compress jar 1.20
io.takari : maven-wrapper jar 0.3.0
io.takari : takari-archiver jar 0.1.9
org.openjfx : javafx-controls jar 12.0.1
org.openjfx : javafx-controls jar 12.0.1
org.openjfx : javafx-controls jar 12.0.1
org.openjfx : javafx-graphics jar 12.0.1
org.openjfx : javafx-graphics jar 12.0.1
org.openjfx : javafx-graphics jar 12.0.1
org.openjfx : javafx-base jar 12.0.1
org.openjfx : javafx-base jar 12.0.1
org.openjfx : javafx-base jar 12.0.1
org.projectlombok : lombok jar 1.18.8
javax.annotation : javax.annotation-api jar 1.3.2

test (2)

Group / Artifact Type Version
org.awaitility : awaitility jar 4.0.1
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Web Tester

Web Tester is an automatic test tool for web applications. Automatically operate the browser according to the created test script.

  • You can create test scripts with non-programming.
  • You can also use test scripts recorded with Selenium IDE.
  • Evidence (screenshot and operation log) is created automatically for the screen operation executed.
  • Selenium and Appium are used for browser operation.

Notes: Running this application requires Java 11.

Quick Start

GUI

Use GUI tools to create test projects and test scripts. You can immediately try the included sample website and test script.

  1. Download jar file.
  2. Execute it by double clicking.
  3. Select a directory to create your test project.
  4. Select Sample Menu > Start to start sample web site and get sample test script.
  5. Select Test Menu > Run / Debug to start test.

If JNI error dialog occurs, may be using older version Java.
Open properties of "sit-wt-app.jar", change "Opens with" to "javaw.exe" of Java 11.

CLI

To run test scripts in the test project at once, use the CLI tool (Maven Plugin).

Windows

cd \path\to\testproject
mvnw verify
mvnw sit-wt:open-report

MacOS

cd /path/to/testproject
./mvnw verify
./mvnw sit-wt:open-report

Lisence

Web Tester is released under Apache License, Version 2.0.

io.sitoolkit.wt

SI-Toolkit

Tools for smart system development

Versions

Version
3.0.0
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-alpha.2
3.0.0-alpha.1