-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix reporter data ignored files
- Loading branch information
Showing
4 changed files
with
202 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Scenario 1 | ||
[hook] Before Hooks | ||
[hook] BeforeAll Hooks .features-gen/sample.feature.spec.js:38:6 | ||
[test.step] BeforeAll hook features/steps.ts:14:1 | ||
[test.step] named BeforeAll hook features/steps.ts:15:1 | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given I am on home page .features-gen/sample.feature.spec.js:12:11 | ||
[pw:api] page.goto(https://example.com) features/pom.ts:11:21 | ||
[test.step] And decorator step .features-gen/sample.feature.spec.js:13:11 | ||
[test.step] And Action 1 .features-gen/sample.feature.spec.js:14:11 | ||
[test.step] When Action 2 .features-gen/sample.feature.spec.js:15:11 | ||
[test.step] And Action 3 .features-gen/sample.feature.spec.js:16:11 | ||
[test.step] Then Action 4 .features-gen/sample.feature.spec.js:17:11 | ||
[test.step] But Action 5 .features-gen/sample.feature.spec.js:18:11 | ||
[test.step] * Action 6 .features-gen/sample.feature.spec.js:19:11 | ||
[hook] After Hooks | ||
[attach] attach "screenshot" | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[attach] attach "trace" | ||
|
||
Example #1 | ||
[hook] Before Hooks | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given Action 44 .features-gen/sample.feature.spec.js:25:13 | ||
[hook] After Hooks | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[attach] attach "trace" | ||
|
||
Example #2 | ||
[hook] Before Hooks | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given Action 55 .features-gen/sample.feature.spec.js:29:13 | ||
[hook] After Hooks | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[hook] AfterAll Hooks .features-gen/sample.feature.spec.js:39:6 | ||
[attach] attach "trace" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
Scenario 1 | ||
[hook] Before Hooks | ||
[hook] BeforeAll Hooks .features-gen/sample.feature.spec.js:38:6 | ||
[test.step] BeforeAll hook features/steps.ts:14:1 | ||
[test.step] named BeforeAll hook features/steps.ts:15:1 | ||
[attach] attach "trace" | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[fixture] fixture: $afterEach | ||
[fixture] fixture: $beforeEach | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given I am on home page .features-gen/sample.feature.spec.js:12:11 | ||
[pw:api] page.goto(https://example.com) features/pom.ts:11:21 | ||
[test.step] And decorator step .features-gen/sample.feature.spec.js:13:11 | ||
[test.step] And Action 1 .features-gen/sample.feature.spec.js:14:11 | ||
[test.step] When Action 2 .features-gen/sample.feature.spec.js:15:11 | ||
[test.step] And Action 3 .features-gen/sample.feature.spec.js:16:11 | ||
[test.step] Then Action 4 .features-gen/sample.feature.spec.js:17:11 | ||
[test.step] But Action 5 .features-gen/sample.feature.spec.js:18:11 | ||
[test.step] * Action 6 .features-gen/sample.feature.spec.js:19:11 | ||
[hook] After Hooks | ||
[attach] attach "screenshot" | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[fixture] fixture: $beforeEach | ||
[fixture] fixture: $afterEach | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
|
||
Example #1 | ||
[hook] Before Hooks | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[fixture] fixture: $afterEach | ||
[fixture] fixture: $beforeEach | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given Action 44 .features-gen/sample.feature.spec.js:25:13 | ||
[hook] After Hooks | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[fixture] fixture: $beforeEach | ||
[fixture] fixture: $afterEach | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[attach] attach "trace" | ||
|
||
Example #2 | ||
[hook] Before Hooks | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[fixture] fixture: $afterEach | ||
[fixture] fixture: $beforeEach | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given Action 55 .features-gen/sample.feature.spec.js:29:13 | ||
[hook] After Hooks | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[fixture] fixture: $beforeEach | ||
[fixture] fixture: $afterEach | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[attach] attach "trace" | ||
[hook] AfterAll Hooks .features-gen/sample.feature.spec.js:39:6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
Scenario 1 | ||
[hook] Before Hooks | ||
[hook] BeforeAll Hooks .features-gen/sample.feature.spec.js:38:6 | ||
[test.step] BeforeAll hook features/steps.ts:14:1 | ||
[test.step] named BeforeAll hook features/steps.ts:15:1 | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[fixture] fixture: $afterEach | ||
[fixture] fixture: $beforeEach | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given I am on home page .features-gen/sample.feature.spec.js:12:11 | ||
[pw:api] page.goto(https://example.com) features/pom.ts:11:21 | ||
[test.step] And decorator step .features-gen/sample.feature.spec.js:13:11 | ||
[test.step] And Action 1 .features-gen/sample.feature.spec.js:14:11 | ||
[test.step] When Action 2 .features-gen/sample.feature.spec.js:15:11 | ||
[test.step] And Action 3 .features-gen/sample.feature.spec.js:16:11 | ||
[test.step] Then Action 4 .features-gen/sample.feature.spec.js:17:11 | ||
[test.step] But Action 5 .features-gen/sample.feature.spec.js:18:11 | ||
[test.step] * Action 6 .features-gen/sample.feature.spec.js:19:11 | ||
[hook] After Hooks | ||
[attach] attach "screenshot" | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[fixture] fixture: $beforeEach | ||
[fixture] fixture: $afterEach | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[attach] attach "trace" | ||
|
||
Example #1 | ||
[hook] Before Hooks | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[fixture] fixture: $afterEach | ||
[fixture] fixture: $beforeEach | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given Action 44 .features-gen/sample.feature.spec.js:25:13 | ||
[hook] After Hooks | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[fixture] fixture: $beforeEach | ||
[fixture] fixture: $afterEach | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[attach] attach "trace" | ||
|
||
Example #2 | ||
[hook] Before Hooks | ||
[hook] BeforeEach Hooks .features-gen/sample.feature.spec.js:40:6 | ||
[fixture] fixture: $afterEach | ||
[fixture] fixture: $beforeEach | ||
[test.step] named Before hook features/steps.ts:12:1 | ||
[test.step] BeforeEach hook features/steps.ts:13:1 | ||
[hook] Background .features-gen/sample.feature.spec.js:6:8 | ||
[test.step] Given background step .features-gen/sample.feature.spec.js:7:11 | ||
[test.step] And Action 00 .features-gen/sample.feature.spec.js:8:11 | ||
[test.step] Given Action 55 .features-gen/sample.feature.spec.js:29:13 | ||
[hook] After Hooks | ||
[hook] AfterEach Hooks .features-gen/sample.feature.spec.js:41:6 | ||
[fixture] fixture: $beforeEach | ||
[fixture] fixture: $afterEach | ||
[test.step] AfterEach hook features/steps.ts:19:1 | ||
[test.step] named After hook features/steps.ts:18:1 | ||
[hook] AfterAll Hooks .features-gen/sample.feature.spec.js:39:6 | ||
[attach] attach "trace" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters