sit-wt-maven-plugin Maven Plugin

SIToolkit for Web Testing

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

io.sitoolkit.wt
Идентификатор

Идентификатор

sit-wt-maven-plugin
Последняя версия

Последняя версия

3.0.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

sit-wt-maven-plugin Maven Plugin
SIToolkit for Web Testing
Ссылка на сайт

Ссылка на сайт

http://sitoolkit.org

Скачать sit-wt-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>io.sitoolkit.wt</groupId>
    <artifactId>sit-wt-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.3.9
io.sitoolkit.wt : sit-wt-runtime jar 3.0.0
io.appium : java-client jar 7.0.0
org.apache.maven.plugins : maven-surefire-plugin jar 2.19.1
org.twdata.maven : mojo-executor jar 2.2.0
org.codehaus.mojo : build-helper-maven-plugin jar 1.10
org.sonatype.plexus : plexus-build-api jar 0.0.7
org.codehaus.plexus : plexus-utils jar 3.0.24
org.projectlombok : lombok jar 1.18.8
javax.annotation : javax.annotation-api jar 1.3.2

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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