Skip to content

A tester-friendly web automated testing framework (unofficial).

Notifications You must be signed in to change notification settings

peerapats/rybellion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A tester-friendly web automated testing framework (unofficial).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published