From 082154d979c26de698b99d6fbe668adffed38fc3 Mon Sep 17 00:00:00 2001 From: osohyun0224 <53892427+osohyun0224@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:14:59 +0900 Subject: [PATCH] add :: add to stepIndentReporter --- tests/playwright-test/test-step.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playwright-test/test-step.spec.ts b/tests/playwright-test/test-step.spec.ts index 51622c87af..aec45ebd11 100644 --- a/tests/playwright-test/test-step.spec.ts +++ b/tests/playwright-test/test-step.spec.ts @@ -1242,6 +1242,7 @@ fixture | fixture: context test('test custom location functionality', async ({ runInlineTest }) => { const result = await runInlineTest({ + 'reporter.ts': stepIndentReporter, 'helper.ts': ` import { test } from '@playwright/test';