Project

rybellion

0.0
No commit activity in last 3 years
No release in over 3 years
A tester-friendly web automated testing framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Rybellion Framework

A tester-friendly web automated testing framework.

About

Rybellion framework provide easier way to write your web automation tests, no coding skills required, just focus on your test scenario.

Prerequisite

  1. Ensure your test machine has Firefox installed.
  2. Ensure your test machine has Ruby installed and available to use gem command.

Installation

You can install required gem pacakages by following command:

  gem update --system
  gem install selenium-webdriver
  gem install watir-webdriver
  gem install cucumber
  gem install rybellion

For Windows user you need to install ansicon to make color on console for cucumber.

Dependencies

How to use it

Please see demo project on rybellion-test