Skip to content

Commit

Permalink
Add new description field that is now expected
Browse files Browse the repository at this point in the history
  • Loading branch information
jsa34 committed Dec 1, 2024
1 parent c4d0451 commit e6e8d73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/feature/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def _(cucumbers, left):
"keyword": "Scenario",
"line_number": 5,
"name": "Passing",
"description": "",
"steps": [
{
"duration": OfType(float),
Expand Down Expand Up @@ -155,6 +156,7 @@ def _(cucumbers, left):
"keyword": "Scenario",
"line_number": 10,
"name": "Failing",
"description": "",
"steps": [
{
"duration": OfType(float),
Expand Down Expand Up @@ -192,6 +194,7 @@ def _(cucumbers, left):
"keyword": "Scenario Outline",
"line_number": 14,
"name": "Outlined",
"description": "",
"steps": [
{
"duration": OfType(float),
Expand Down Expand Up @@ -237,6 +240,7 @@ def _(cucumbers, left):
"keyword": "Scenario Outline",
"line_number": 14,
"name": "Outlined",
"description": "",
"steps": [
{
"duration": OfType(float),
Expand Down

0 comments on commit e6e8d73

Please sign in to comment.