Skip to content

WebInLoop is a test automation tool specialized for running web tests by sprylab technologies GmbH.

License

Notifications You must be signed in to change notification settings

sprylab/webinloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e77f2f4 · Oct 13, 2020

History

41 Commits
Sep 4, 2018
Sep 4, 2018
Sep 4, 2018
Nov 22, 2016
Nov 22, 2016
Jan 15, 2019
Nov 22, 2016
Nov 22, 2016
Oct 13, 2020

Repository files navigation

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.