fix :: stepIndentReporter test running error
This commit is contained in:
parent
f891b86025
commit
1473584f8a
|
|
@ -1242,6 +1242,7 @@ fixture | fixture: context
|
||||||
|
|
||||||
test('test with custom location', async ({ runInlineTest }) => {
|
test('test with custom location', async ({ runInlineTest }) => {
|
||||||
const result = await runInlineTest({
|
const result = await runInlineTest({
|
||||||
|
'reporter.ts': stepIndentReporter,
|
||||||
'helper.ts': `
|
'helper.ts': `
|
||||||
import { test } from '@playwright/test';
|
import { test } from '@playwright/test';
|
||||||
|
|
||||||
|
|
@ -1288,6 +1289,7 @@ test('test with custom location', async ({ runInlineTest }) => {
|
||||||
|
|
||||||
test('nested step test with custom locations', async ({ runInlineTest }) => {
|
test('nested step test with custom locations', async ({ runInlineTest }) => {
|
||||||
const result = await runInlineTest({
|
const result = await runInlineTest({
|
||||||
|
'reporter.ts': stepIndentReporter,
|
||||||
'helper.ts': `
|
'helper.ts': `
|
||||||
import { test } from '@playwright/test';
|
import { test } from '@playwright/test';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue