A tester-friendly web automated testing framework.
Rybellion framework provide easier way to write your web automation tests, no coding skills required, just focus on your test scenario.
- Ensure your test machine has Firefox installed.
- Ensure your test machine has Ruby installed and available to use gem command.
- For ruby installation, please check: https://www.ruby-lang.org/en/installation/
- For Windows user, you need to install DevKit for build cucumber, download from: http://rubyinstaller.org/downloads/
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.
- You can download ansicon here: adoxa/ansicon
- Installation instructions see: ANSI escape sequence support with ansicon
- cucumber (tested on v1.3.10)
- watir-webdriver (tested on v0.6.8)
- selenium-webdriver (tested on v2.40.0)
Please see demo project on rybellion-test