2.0.1 • Published 7 years ago

re-flow v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-rc.9

7 years ago

2.0.0-rc.8

7 years ago

2.0.0-rc.7

7 years ago

2.0.0-rc.6

7 years ago

2.0.0-rc.5

7 years ago

2.0.0-rc.4

7 years ago

2.0.0-rc.3

7 years ago

2.0.0-rc.2

7 years ago

2.0.0-rc.1

7 years ago

1.3.13

7 years ago

1.3.12

7 years ago

1.2.12

7 years ago

1.2.11

7 years ago

1.2.10

7 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago