Skip to content

StudioCheck is a Cucumber & Gherkin based testing web app for SUSE Studio built appliances.

License

Notifications You must be signed in to change notification settings

jamestyj/StudioCheck

 
 

Repository files navigation

StudioCheck

StudioCheck is a Cucumber & Gherkin based testing web app for SUSE Studio built appliances.

StudioCheck relies on wonderful StudioApi gem, so the tests are executed via studio API. This has several advantages:

  1. Tests can be executed on different servers, susestudio.com or private instances. This helps users report bugs and verify delivered fixes.

  2. Using gherkin as description language makes tests easy to read and write. Translation to matchers and API calls is pretty straighforward as well.

Installation

  $ git clone git://github.com/bkutil/StudioCheck.git
  $ cd StudioCheck
  $ bundle install

StudioCheck uses resque to execute tests, so redis database needs to be installed.

Usage

  $ rake resque:work &
  $ rails s 

About

StudioCheck is a Cucumber & Gherkin based testing web app for SUSE Studio built appliances.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.8%
  • CoffeeScript 1.3%
  • JavaScript 0.9%