This package has been deprecated

Author message:

WARNING: This project has been renamed to reflow-core. Install using reflow-core instead.

re-flow

2.0.1 • Public • Published

Re|flow

Re|flow Allows you to create super powerful flows for mocha.

This library is in active development and is being used in production.

Getting Started

Install re-flow in your project to get started!

$ npm install --save re-flow

Current Features:

Create Mocha flows for true Integration Testing.

  • Test Flows
  • Subflows
  • Forking Subflows
  • Conditional subflows
  • Analyze mode
  • Multi-Threaded runtime
  • Tags

Example

Basic Flow

reflow("Example Flow", function() {
  return [
    getSuite('Mocha suite 1'),
    getSuite('Mocha suite 2'),
  ]
})

Subflows

Forking

Conditional

Hooks

Readme

Keywords

none

Package Sidebar

Install

npm i re-flow

Weekly Downloads

1

Version

2.0.1

License

MIT

Last publish

Collaborators

  • bamieh