File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
karate-core/src/test/java/com/intuit/karate Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ Background:
4
4
* configure continueOnStepFailure = true
5
5
6
6
Scenario : test
7
- * def var = 'foo'
7
+ * def tmp = 'foo'
8
8
* configure continueOnStepFailure = true
9
- * match var == 'bar'
10
- * match var == 'pub'
11
- * match var == 'crawl'
12
- * match var == 'foo'
9
+ * match tmp == 'bar'
10
+ * match tmp == 'pub'
11
+ * match tmp == 'crawl'
12
+ * match tmp == 'foo'
13
13
* configure continueOnStepFailure = false
14
- * match var == 'foo'
15
- * match var == 'bar2'
14
+ * match tmp == 'foo'
15
+ * match tmp == 'bar2'
16
16
17
17
Scenario Outline : hello <name>
18
18
* print 'name:' , name
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Scenario:
9
9
* param foo = bar
10
10
* method get
11
11
* status 200
12
- * match response == { foo: [#(bar)] }
12
+ * match response == { foo: [' #(bar)' ] }
13
13
14
14
@name=failStatus
15
15
Scenario :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Scenario: second one
15
15
* print 'in second one'
16
16
# some comment
17
17
* def bar = 'no log'
18
- * table data =
18
+ * table data
19
19
| foo | bar |
20
20
| 1 | 2 |
21
21
| 3 | 4 |
You can’t perform that action at this time.
0 commit comments