WebInLoop (Parent)

a program for testing web applications

Лицензия

Лицензия

Группа

Группа

com.sprylab.webinloop
Идентификатор

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

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

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

0.9.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

WebInLoop (Parent)
a program for testing web applications
Ссылка на сайт

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

https://github.com/sprylab/webinloop
Организация-разработчик

Организация-разработчик

sprylab technologies GmbH
Система контроля версий

Система контроля версий

https://github.com/sprylab/webinloop

Скачать parent

Имя Файла Размер
parent-0.9.1.pom 10 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.sprylab.webinloop/parent/ -->
<dependency>
    <groupId>com.sprylab.webinloop</groupId>
    <artifactId>parent</artifactId>
    <version>0.9.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sprylab.webinloop/parent/
implementation 'com.sprylab.webinloop:parent:0.9.1'
// https://jarcasting.com/artifacts/com.sprylab.webinloop/parent/
implementation ("com.sprylab.webinloop:parent:0.9.1")
'com.sprylab.webinloop:parent:pom:0.9.1'
<dependency org="com.sprylab.webinloop" name="parent" rev="0.9.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sprylab.webinloop', module='parent', version='0.9.1')
)
libraryDependencies += "com.sprylab.webinloop" % "parent" % "0.9.1"
[com.sprylab.webinloop/parent "0.9.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • webinloop
  • webinloop-maven-plugin
  • ant-webinloop-task

WebInLoop

WebInLoop is a test automation tool specialized for running web tests.

Launch (GUI)


To start WebInLoop, simply run the provided run scripts for your platform:

  • run.cmd on Windows
  • run.sh on *nix WebInLoop will start in GUI mode.

Launch (CLI)


There is also a CLI mode if you launch WebInLoop from a shell like this:

  • java -jar webinloop.jar -testfiles <file(s)>

To view all available command line options:

  • java -jar webinloop.jar -help

Important note


You need a JDK >= 1.6 to run WebInLoop successfully.

Customize


Edit the provided *.xml property files to fit your own needs.

com.sprylab.webinloop

sprylab technologies GmbH

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

Версия
0.9.1
0.9.0
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4