Giter VIP home page Giter VIP logo

ole-regress's Introduction

ole-regress

OLE Regression Testing Suite Kuali OLE

This is a regression testing suite for the Kuali Open Library Environment (OLE) project.

Code

To keep this testing suite adaptable and flexible, reusable code modules are currently being stored in lib/module/, and basic namespacing and reusable constants are stored in lib/ole_regress/, loaded by lib/ole-regress.rb.

RSpec

Currently, RSpec is being used to handle test execution and expectation building. Each directory under spec/ represents an OLE functional module, and each contains a shared.rb file for shared context definitions particular to that module. There is also a shared.rb in spec/ for globally shared context definitions. There is a base specs folder for basic specs used to ensure that the regression suite can perform basic tasks like starting an OLE QA Framework session.

Installation

git clone https://github.com/jkwaldrip/ole-regress.git
cd ole-regress
bundle install

Usage

To run the full suite of regression tests, use:

./bin/regress

To run the full suite of regression tests across multiple browsers with a SauceLabs connection, edit config/sauce.yml to enter your SauceLabs configuration information (e.g., username, API key, browser and OS versions to use), then run:

./bin/xregress

To rerun a failed spec against a single browser in SauceLabs, use:

./bin/xrerun path/to/spec.rb browser

To run the performance profiler, which performs a series of tests and records their run times in a CSV file, use:

./bin/profiler

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.