|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <testsuite name="my suite" time="1.516464111" tests="9" skipped="0" failures="1" errors="0" timestamp="2026-03-27T08:27:49.482Z"> |
3 | | - <testcase classname="feature one" name="project one copy - feature one - scenario of project one" time="0.027"> |
| 3 | + <testcase classname="feature one" name="project one copy › feature one › scenario of project one" time="0.027"> |
4 | 4 | <failure type="Error" message="Error: expect(received).not.toEqual(expected) // deep equality

Expected: not "project one copy"

 at features-one/steps/steps.ts:12

 10 |
 11 | Given('Fails for project {string}', async ({ $testInfo }, projectName: string) => {
> 12 | expect($testInfo.project.name).not.toEqual(projectName);
 | ^
 13 | });
 14 |"><![CDATA[ at Object.<anonymous> (/Users/vitalets/projects/playwright-bdd/test/reporter-cucumber-projects/features-one/steps/steps.ts:12:38) |
5 | 5 | at /Users/vitalets/projects/playwright-bdd/test/node_modules/playwright-bdd/src/runtime/bddStepInvoker.ts:59:60 |
6 | 6 | at BddStepInvoker.invoke (/Users/vitalets/projects/playwright-bdd/test/node_modules/playwright-bdd/src/runtime/bddStepInvoker.ts:53:5) |
|
9 | 9 | And Fails for project "project one copy"....................................failed |
10 | 10 | And TodoPage: step..........................................................skipped]]></system-out> |
11 | 11 | </testcase> |
12 | | - <testcase classname="feature one" name="project one copy - feature one - scenario with examples" time="0.019"> |
| 12 | + <testcase classname="feature one" name="project one copy › feature one › scenario with examples" time="0.019"> |
13 | 13 | <system-out><![CDATA[Given State 2...............................................................passed |
14 | 14 | And State 4.................................................................passed]]></system-out> |
15 | 15 | </testcase> |
16 | | - <testcase classname="feature one" name="project one copy - feature one - scenario with examples" time="0.005"> |
| 16 | + <testcase classname="feature one" name="project one copy › feature one › scenario with examples" time="0.005"> |
17 | 17 | <system-out><![CDATA[Given State 3...............................................................passed |
18 | 18 | And State 6.................................................................passed]]></system-out> |
19 | 19 | </testcase> |
20 | | - <testcase classname="feature one" name="project one copy - feature one - scenario with examples" time="0.005"> |
| 20 | + <testcase classname="feature one" name="project one copy › feature one › scenario with examples" time="0.005"> |
21 | 21 | <system-out><![CDATA[Given State 4...............................................................passed |
22 | 22 | And State 8.................................................................passed]]></system-out> |
23 | 23 | </testcase> |
24 | | - <testcase classname="feature one" name="project one - feature one - scenario of project one" time="0.023"> |
| 24 | + <testcase classname="feature one" name="project one › feature one › scenario of project one" time="0.023"> |
25 | 25 | <system-out><![CDATA[Given State 1...............................................................passed |
26 | 26 | And Fails for project "project one copy"....................................passed |
27 | 27 | And TodoPage: step..........................................................passed]]></system-out> |
28 | 28 | </testcase> |
29 | | - <testcase classname="feature one" name="project one - feature one - scenario with examples" time="0.008"> |
| 29 | + <testcase classname="feature one" name="project one › feature one › scenario with examples" time="0.008"> |
30 | 30 | <system-out><![CDATA[Given State 2...............................................................passed |
31 | 31 | And State 4.................................................................passed]]></system-out> |
32 | 32 | </testcase> |
33 | | - <testcase classname="feature one" name="project one - feature one - scenario with examples" time="0.006"> |
| 33 | + <testcase classname="feature one" name="project one › feature one › scenario with examples" time="0.006"> |
34 | 34 | <system-out><![CDATA[Given State 3...............................................................passed |
35 | 35 | And State 6.................................................................passed]]></system-out> |
36 | 36 | </testcase> |
37 | | - <testcase classname="feature one" name="project one - feature one - scenario with examples" time="0.002"> |
| 37 | + <testcase classname="feature one" name="project one › feature one › scenario with examples" time="0.002"> |
38 | 38 | <system-out><![CDATA[Given State 4...............................................................passed |
39 | 39 | And State 8.................................................................passed]]></system-out> |
40 | 40 | </testcase> |
41 | | - <testcase classname="feature two" name="project two - feature two - scenario of project two" time="0.026"> |
| 41 | + <testcase classname="feature two" name="project two › feature two › scenario of project two" time="0.026"> |
42 | 42 | <system-out><![CDATA[Given Another state 1.......................................................passed]]></system-out> |
43 | 43 | </testcase> |
44 | 44 | </testsuite> |
0 commit comments