Skip to content

AMalkov-Quest/Riurik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riurik is a tool designed to make writing automated acceptance and regression tests for web applications easier. It provides features that make it easier to organize and structure your acceptance tests, associating them with the user stories or features that they test.

  • Short learning curve
  • Selenium free
  • The JQuery library is used to abstract over browser differences
  • Using CoffeeScript to write specs makes them more readable
  • QUnit, jasmine, mocha, cucumberjs can be used to write specs
  • Allows to run any script language to execute server-side code
  • CI integration: xml, json, html result reporting, execution progress
  • Tests execution history
  • It provides Web based UI with handy code editor(http://ace.ajax.org)
  • You can use PowerShell, python, batch(cmd) scripts to create test fixtures
    • this list can be easily extended
    • these fixtures are for setup and examine your test environment before and after tests
    • you can create, edit and execute this scripts right in browser
  • Browser is a single place to manage, review, execute and check results of your tests
  • It does not require to use particular DSL and framework to write specs
    • javascript, that is one of the language of web developers, is used to write specs
    • you can use any javascript libraries or framework to write and execute you specs
    • cucumber, qUnit, jasmine, mocha (this list can be extended easily)
    • using real programming language(javascript) eliminates any code duplication issues
    • using real programming language makes the developers life easier
    • it is possible to use coffescript to make the specs more readable and write less code
    • it is possible to use cucumber to make the specs event more readable(especially for business users)

Demo

Documentation:

Usage Requirements

Quick start

Authors

Riurik is written by

Credit

Credit of course goes to:

jQuery: jQuery Copyright ©2010 by The jQuery Project

QUnit: Copyright (c) 2008 John Resig, Jörn Zaefferer, used under the terms of the MIT LICENSE

Changelog

  • 0.1 - Initial Release

License

Copyright (c) 2011-2012 Andrew Malkov, http://amalkov.blogspot.com

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Acceptance test framework for web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published