Function: expandMatrix()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / expandMatrix

Function: expandMatrix()

expandMatrix(matrix): Record<string, string>[]

Defined in: src/lifecycle/qa.ts:227

Expand a matrix into all combinations.

Parameters

matrix

TestMatrix

The test matrix to expand

Returns

Record<string, string>[]

Array of records, each representing one combination of axis values

Contents

  1. 1Parameters
  2. 1.1matrix
  3. 2Returns