https://github.com/semperos/watir-robot-gui
A GUI interface for using Robot Framework and RIDE with Watir Robot
https://github.com/semperos/watir-robot-gui
Last synced: 3 months ago
JSON representation
A GUI interface for using Robot Framework and RIDE with Watir Robot
- Host: GitHub
- URL: https://github.com/semperos/watir-robot-gui
- Owner: semperos
- License: other
- Created: 2011-01-13T21:43:33.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-05T03:44:34.000Z (over 15 years ago)
- Last Synced: 2025-03-05T10:31:45.520Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 273 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
=Watir Robot GUI
Unfortunately, due to the nature of the gems that this project leverages, it is not possible to bundle everything nicely into a JAR (and therefore into an EXE or APP as well). Certain files within the gems need to be _seekable_, which is not possible within an archived format like a JAR.
For this reason, releases of this project are bundled with a copy of jruby-complete.jar as well as all required JAR dependencies.
If you download the source, see the Rakefile tasks for methods for obtaining the dependencies, which are not included in this repository.
==File Structure
This is the file structure required for "releases" of this project.
PROJECT_ROOT
setup-script (setup.bat, setup.sh)
start-script (start.bat, start.sh)
lib/
ruby/
wr-gems (local gem repo, contains all gem dependencies)
java/
miglayout.jar (Swing helper)
standalone/ (JAR's that will be called with system calls as exec's)
jruby-complete.jar
robotframework.jar
src/
watir_robot_gui.rb (entry point)
watir_robot_gui/
main_frame.rb
worker/
edit_button.rb
html_button.rb
remote_server.rb
run_button.rb
xml_button.rb
resources/
icon (*.ico, *.icns, *.png)