WebInLoop

a program for testing web applications

License

License

GroupId

GroupId

com.sprylab.webinloop
ArtifactId

ArtifactId

webinloop
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

WebInLoop
a program for testing web applications
Project Organization

Project Organization

sprylab technologies GmbH

Download webinloop

How to add to project

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

Dependencies

compile (15)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 2.53.1
org.seleniumhq.selenium : selenium-server jar 2.53.1
org.testng : testng jar 6.10
org.freemarker : freemarker jar 2.3.19
org.ccil.cowan.tagsoup : tagsoup jar 1.2.1
javax.mail : mail jar 1.4.5
org.apache.commons : commons-compress jar 1.4.1
org.apache.commons : commons-exec jar 1.3
commons-cli : commons-cli jar 1.2
commons-configuration : commons-configuration jar 1.9
commons-io : commons-io jar 2.4
commons-lang : commons-lang jar 2.6
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-project jar 2.2.1
org.apache.ant : ant jar 1.8.4

test (1)

Group / Artifact Type Version
org.jvnet.mock-javamail : mock-javamail jar 1.9

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