https://github.com/sprylab/webinloop
WebInLoop is a test automation tool specialized for running web tests by sprylab technologies GmbH.
https://github.com/sprylab/webinloop
ant-task cli integration-testing maven-plugin selenium web
Last synced: about 1 year ago
JSON representation
WebInLoop is a test automation tool specialized for running web tests by sprylab technologies GmbH.
- Host: GitHub
- URL: https://github.com/sprylab/webinloop
- Owner: sprylab
- License: lgpl-3.0
- Created: 2016-11-22T13:14:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T16:59:19.000Z (over 4 years ago)
- Last Synced: 2025-02-25T13:55:15.038Z (about 1 year ago)
- Topics: ant-task, cli, integration-testing, maven-plugin, selenium, web
- Language: Java
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
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.