WebInLoop Ant Task

a program for testing web applications

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.sprylab.webinloop
ArtifactId

ArtifactId

ant-webinloop-task
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

WebInLoop Ant Task
a program for testing web applications
Project Organization

Project Organization

sprylab technologies GmbH

Download ant-webinloop-task

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.ant : ant jar 1.8.4
com.sprylab.webinloop : webinloop jar 0.9.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.9.1
0.9.0
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4