MatrixSuiteScope
Functions
FreeSpec suite ("name"(testConfig) - { … }). testConfig is for aroundAll / aroundEach / context / timeouts only — set concurrency via execution (use the matrixConfig overload), not TestConfig.invocation(...); testScope(...) is sequential-only.
FreeSpec test. testConfig is for aroundAll / aroundEach / context / timeouts only — set concurrency via execution (use the matrixConfig overload), not TestConfig.invocation(...); testScope(...) is sequential-only.
Shorthand; testConfig is for aroundAll / aroundEach / context / timeouts only. Set concurrency via execution (see matrixConfig), not TestConfig.invocation(...); testScope(...) is sequential-only.
Shorthand wrapping matrixConfig with only a testConfig (aroundAll / aroundEach / context / timeouts). Set concurrency via execution (see matrixConfig), not TestConfig.invocation(...); testScope(...) is sequential-only (matrix disables it when concurrent).