Skip to content

Commit

Permalink
[no ci] formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Feb 21, 2024
1 parent 8b91147 commit b8804cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Background:
* configure continueOnStepFailure = true

Scenario: test
* def var = 'foo'
* def tmp = 'foo'
* configure continueOnStepFailure = true
* match var == 'bar'
* match var == 'pub'
* match var == 'crawl'
* match var == 'foo'
* match tmp == 'bar'
* match tmp == 'pub'
* match tmp == 'crawl'
* match tmp == 'foo'
* configure continueOnStepFailure = false
* match var == 'foo'
* match var == 'bar2'
* match tmp == 'foo'
* match tmp == 'bar2'

Scenario Outline: hello <name>
* print 'name:', name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Scenario:
* param foo = bar
* method get
* status 200
* match response == { foo: [#(bar)] }
* match response == { foo: ['#(bar)'] }

@name=failStatus
Scenario:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Scenario: second one
* print 'in second one'
# some comment
* def bar = 'no log'
* table data =
* table data
| foo | bar |
| 1 | 2 |
| 3 | 4 |
Expand Down

0 comments on commit b8804cf

Please sign in to comment.