Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/empty-ducks-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@web/test-runner": patch
---

Use the runners config which will be bound to the group selected.
2 changes: 1 addition & 1 deletion packages/test-runner/src/startTestRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function startTestRunner(options: StartTestRunnerParams = {}) {
const { config, groupConfigs } = await parseConfig(mergedConfig, cliArgs);

const runner = new TestRunner(config, groupConfigs);
const cli = new TestRunnerCli(config, runner);
const cli = new TestRunnerCli(runner.config, runner);

function stop() {
runner.stop();
Expand Down