From ab728e9ccfff2d1ac6362b22b579b00120a39f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 9 May 2022 10:56:13 +0200 Subject: feat(test): change "failures:" headers in test report (#14490) --- cli/tests/testdata/test/steps/failing_steps.out | 4 ++-- cli/tests/testdata/test/steps/invalid_usage.out | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/testdata/test/steps') diff --git a/cli/tests/testdata/test/steps/failing_steps.out b/cli/tests/testdata/test/steps/failing_steps.out index 5baa09ce7..d42736977 100644 --- a/cli/tests/testdata/test/steps/failing_steps.out +++ b/cli/tests/testdata/test/steps/failing_steps.out @@ -33,7 +33,7 @@ failing step in failing test ... at [WILDCARD] FAILED ([WILDCARD]) -failures: + ERRORS nested failure => ./test/steps/failing_steps.ts:[WILDCARD] error: Error: 1 test step failed. @@ -51,7 +51,7 @@ error: Error: Fail test. ^ at [WILDCARD]/failing_steps.ts:[WILDCARD] -failures: + FAILURES nested failure => ./test/steps/failing_steps.ts:[WILDCARD] multiple test step failures => ./test/steps/failing_steps.ts:[WILDCARD] diff --git a/cli/tests/testdata/test/steps/invalid_usage.out b/cli/tests/testdata/test/steps/invalid_usage.out index afa19c53d..c3e47c37e 100644 --- a/cli/tests/testdata/test/steps/invalid_usage.out +++ b/cli/tests/testdata/test/steps/invalid_usage.out @@ -64,7 +64,7 @@ parallel steps where only inner tests have sanitizers ... FAILED ([WILDCARD]) FAILED ([WILDCARD]) -failures: + ERRORS capturing => ./test/steps/invalid_usage.ts:[WILDCARD] error: Error: Cannot run test step after parent scope has finished execution. Ensure any `.step(...)` calls are executed before their parent scope completes execution. @@ -99,7 +99,7 @@ error: Error: 1 test step failed. at runTest ([WILDCARD]) at [WILDCARD] -failures: + FAILURES capturing => ./test/steps/invalid_usage.ts:[WILDCARD] top level missing await => ./test/steps/invalid_usage.ts:[WILDCARD] -- cgit v1.2.3