WebInLoop (Parent)

a program for testing web applications

License

License

GroupId

GroupId

com.sprylab.webinloop
ArtifactId

ArtifactId

parent
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

pom
Description

Description

WebInLoop (Parent)
a program for testing web applications
Project URL

Project URL

https://github.com/sprylab/webinloop
Project Organization

Project Organization

sprylab technologies GmbH
Source Code Management

Source Code Management

https://github.com/sprylab/webinloop

Download parent

Filename Size
parent-0.9.1.pom 10 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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

Versions

Version
0.9.1
0.9.0
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4