Skip to content

Commit

Permalink
test: fix junit report test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Mar 7, 2024
1 parent c4eb667 commit a704386
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Example Domain
bla-bla
14 changes: 7 additions & 7 deletions test/reporter-cucumber-junit/expectedShape.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"testsuite.testcase.#.system-out.#": 19,
"testsuite.testcase.#.failure.#.$.message": 9,
"testsuite.testcase.#.failure.#.$.type": 9,
"testsuite.testcase.#.failure.#._": 9,
"testsuite.testcase.#.$.time": 19,
"testsuite.testcase.#.$.name": {
"match snapshot": 1,
Expand All @@ -9,23 +12,20 @@
"Check doubled [2]": 1,
"Check doubled [1]": 1,
"Check doubled": 1,
"Scenario with doc string": 1,
"Scenario with all keywords": 1,
"Scenario with doc string": 1,
"Failing by failingAfterFixtureWithStep": 1,
"Scenario with attachments": 1,
"Scenario with data table": 1,
"Failing by failingBeforeFixtureWithStep": 1,
"Failing by failingAfterFixtureWithStep": 1,
"Failing by failingAfterFixtureNoStep": 1,
"Failing by failingBeforeFixtureNoStep": 1,
"Failing by failingBeforeFixtureWithStep": 1,
"Failing by step": 1,
"Failing by named before hook": 1,
"Failing by background step": 1,
"Failing by anonymous before hook": 1
},
"testsuite.testcase.#.$.classname": 19,
"testsuite.testcase.#.failure.#.$.message": 8,
"testsuite.testcase.#.failure.#.$.type": 8,
"testsuite.testcase.#.failure.#._": 8,
"testsuite.$.tests": {
"19": 1
},
Expand All @@ -37,6 +37,6 @@
"0": 1
},
"testsuite.$.failures": {
"8": 1
"9": 1
}
}

0 comments on commit a704386

Please sign in to comment.