Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T16:59:19.000Z (over 3 years ago)
- Last Synced: 2024-11-16T02:18:14.390Z (about 2 months 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 -testfilesTo view all available command line options:
* java -jar webinloop.jar -helpImportant note
**************You need a JDK >= 1.6 to run WebInLoop successfully.
Customize
*********Edit the provided *.xml property files to fit your own needs.