2.4.1 • Published 10 months ago

covertable v2.4.1

Weekly downloads
122
License
Apache-2.0
Repository
github
Last release
10 months ago

npm version Workflow codecov github

What is covertable?

covertable is a powerful tool for generating pairwise combinations of input factors, designed for both Node.js and browser environments. It's easy to use, flexible, and supports advanced filtering options, making it perfect for testing scenarios and generating comprehensive datasets.

Simple usage

import { make } from "covertable";
const machine = ["iPhone", "Pixel", "XPERIA", "ZenFone", "Galaxy"];
const os = ["iOS", "Android"];
const browser = ["FireFox", "Chrome", "Safari"];
make([machine, os, browser]);
[
  [ 'Pixel', 'iOS', 'Chrome' ],
  [ 'ZenFone', 'iOS', 'FireFox' ],
  [ 'Pixel', 'Android', 'Safari' ],
  [ 'Galaxy', 'Android', 'Chrome' ],
  [ 'XPERIA', 'Android', 'FireFox' ],
  [ 'Pixel', 'iOS', 'FireFox' ],
  [ 'iPhone', 'iOS', 'Safari' ],
  [ 'Galaxy', 'iOS', 'Safari' ],
  [ 'XPERIA', 'iOS', 'Chrome' ],
  [ 'ZenFone', 'Android', 'Chrome' ],
  [ 'Galaxy', 'iOS', 'FireFox' ],
  [ 'iPhone', 'Android', 'Chrome' ],
  [ 'iPhone', 'iOS', 'FireFox' ],
  [ 'ZenFone', 'iOS', 'Safari' ],
  [ 'XPERIA', 'iOS', 'Safari' ]
]

Advanced usage

Advanced usage is here

2.4.0-alpha.0

10 months ago

2.4.0-alpha.2

10 months ago

2.4.0-alpha.1

10 months ago

2.4.1

10 months ago

2.4.0

10 months ago

2.3.2-alpha.5

10 months ago

2.3.2-alpha.4

10 months ago

2.3.1

10 months ago

2.3.2-alpha.1

10 months ago

2.3.2-alpha.0

10 months ago

2.3.2-alpha.3

10 months ago

2.3.2-alpha.2

10 months ago

2.3.0-alpha.2

10 months ago

2.3.0-alpha.0

10 months ago

2.3.0-alpha.1

10 months ago

2.3.0

10 months ago

2.2.6

2 years ago

2.2.5

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago