https://github.com/dylanfoster/galen
Fork of https://github.com/galenframework/galen
https://github.com/dylanfoster/galen
Last synced: about 1 month ago
JSON representation
Fork of https://github.com/galenframework/galen
- Host: GitHub
- URL: https://github.com/dylanfoster/galen
- Owner: dylanfoster
- Created: 2014-03-19T16:52:38.000Z (over 12 years ago)
- Default Branch: template
- Last Pushed: 2014-03-19T16:54:36.000Z (over 12 years ago)
- Last Synced: 2025-01-24T22:12:33.818Z (over 1 year ago)
- Language: Perl
- Size: 125 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Galen Install and Template files
Building off of the galen framework, these will help with the current install process by adding the necessary files to your PATH.
In addition, template.sh will help you get started quickly by creating a project folder, a .test file, a .spec file and shell script to run the test.
The template.sh will also zip up all of the report files (report.html, screenshots, css and js) with a timestamp so that you can keep track of
testing history. This is an interactive shell script, once you run it you can name your project, test and spec files as you wish.
This repo is completely self contained and includes Galen, Chromedriver, Selenium (including standalone server for Grid). You can clone this
and run ./install.sh to get you started. After that template.sh will create the template for you, start.sh will start the grid and register.sh will
register the node for you.
Many thanks to Ivan Shubin for his hard work on Galen Framework.