aslakhellesoy-cucumber 0.3.9.3 → 0.3.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +11 -0
- data/Manifest.txt +6 -0
- data/examples/i18n/pl/Rakefile +6 -0
- data/examples/i18n/pl/features/addition.feature +16 -0
- data/examples/i18n/pl/features/division.feature +9 -0
- data/examples/i18n/pl/features/step_definitons/calculator_steps.rb +24 -0
- data/examples/i18n/pl/features/support/env.rb +6 -0
- data/examples/i18n/pl/lib/calculator.rb +14 -0
- data/examples/self_test/features/sample.feature +2 -0
- data/features/cucumber_cli.feature +24 -6
- data/features/html_formatter/a.html +886 -436
- data/features/usage.feature +2 -2
- data/lib/cucumber/ast/background.rb +1 -1
- data/lib/cucumber/ast/comment.rb +4 -0
- data/lib/cucumber/ast/feature.rb +2 -1
- data/lib/cucumber/ast/outline_table.rb +2 -2
- data/lib/cucumber/ast/scenario.rb +1 -1
- data/lib/cucumber/ast/scenario_outline.rb +11 -4
- data/lib/cucumber/ast/step_invocation.rb +17 -12
- data/lib/cucumber/ast/visitor.rb +4 -0
- data/lib/cucumber/formatter/console.rb +1 -3
- data/lib/cucumber/formatter/html.rb +49 -9
- data/lib/cucumber/formatter/junit.rb +1 -0
- data/lib/cucumber/formatter/pretty.rb +2 -1
- data/lib/cucumber/formatter/rerun.rb +1 -0
- data/lib/cucumber/formatter/tag_cloud.rb +1 -0
- data/lib/cucumber/step_match.rb +6 -2
- data/lib/cucumber/step_mother.rb +11 -8
- data/lib/cucumber/version.rb +1 -1
- data/rails_generators/cucumber/templates/webrat_steps.rb +8 -0
- metadata +8 -2
data/History.txt
CHANGED
@@ -2,11 +2,22 @@
|
|
2
2
|
|
3
3
|
This release has some minor bugfixes related to RSpec and Rails interop.
|
4
4
|
|
5
|
+
TODO: Maybe always require all steps under features/ even if a deeper feature is run?
|
6
|
+
People ask about this all the time. People could still override with -r, but there would
|
7
|
+
be less confusion about the default cases. Need to find out what part of the doco recommends
|
8
|
+
deeper structures. Selenium? Others?
|
9
|
+
|
5
10
|
=== Bugfixes
|
6
11
|
* RSpec's be_* matchers did not work in 0.3.9 and probably earlier versions. Now they do. (Aslak Hellesøy)
|
7
12
|
* The Rails cucumber environment won't declare gem dependencies if the plugin exists. (Aslak Hellesøy)
|
8
13
|
* The Rails cucumber generator will no longer declare gem dependencies on rspec if you use --testunit. (Aslak Hellesøy)
|
9
14
|
|
15
|
+
=== New features
|
16
|
+
* Added a Ast::Feature#name method for convenience
|
17
|
+
|
18
|
+
=== Changed features
|
19
|
+
* The HTML formatter wraps examples in a div, and distinguishes between Scenario and Scenario Outline. (Aslak Hellesøy)
|
20
|
+
|
10
21
|
== 0.3.9 2009-05-27
|
11
22
|
|
12
23
|
Bugfix release for 0.3.8 released earlier today. 0.3.8 had a bug in the Rails cucumber
|
data/Manifest.txt
CHANGED
@@ -115,6 +115,12 @@ examples/i18n/no/features/step_definitons/kalkulator_steps.rb
|
|
115
115
|
examples/i18n/no/features/summering.feature
|
116
116
|
examples/i18n/no/features/support/env.rb
|
117
117
|
examples/i18n/no/lib/kalkulator.rb
|
118
|
+
examples/i18n/pl/Rakefile
|
119
|
+
examples/i18n/pl/features/addition.feature
|
120
|
+
examples/i18n/pl/features/division.feature
|
121
|
+
examples/i18n/pl/features/step_definitons/calculator_steps.rb
|
122
|
+
examples/i18n/pl/features/support/env.rb
|
123
|
+
examples/i18n/pl/lib/calculator.rb
|
118
124
|
examples/i18n/pt/Rakefile
|
119
125
|
examples/i18n/pt/features/adicao.feature
|
120
126
|
examples/i18n/pt/features/step_definitions/calculadora_steps.rb
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Właściwość: Dodawanie
|
2
|
+
W celu uniknięcia głupich błędów
|
3
|
+
Jako matematyczny idiota
|
4
|
+
Chcę sprawdzić wartość sumy dwóch liczb
|
5
|
+
|
6
|
+
Szablon scenariusza: Dodaj dwie liczby
|
7
|
+
Zakładając wprowadzenie do kalkulatora liczby <liczba_1>
|
8
|
+
Oraz wprowadzenie do kalkulatora liczby <liczba_2>
|
9
|
+
Jeżeli nacisnę <przycisk>
|
10
|
+
Wtedy rezultat <wynik> wyświetli się na ekranie
|
11
|
+
|
12
|
+
Przykłady:
|
13
|
+
| liczba_1 | liczba_2 | przycisk | wynik |
|
14
|
+
| 20 | 30 | dodaj | 50 |
|
15
|
+
| 2 | 5 | dodaj | 7 |
|
16
|
+
| 0 | 40 | dodaj | 40 |
|
@@ -0,0 +1,9 @@
|
|
1
|
+
Właściwość: Dzielenie
|
2
|
+
W celu uniknięcia głupich błędów
|
3
|
+
Kasjer musi znać się na ułamkach
|
4
|
+
|
5
|
+
Scenariusz: Zwykłe liczby
|
6
|
+
Zakładając wprowadzenie do kalkulatora liczby 3
|
7
|
+
Oraz wprowadzenie do kalkulatora liczby 2
|
8
|
+
Jeżeli nacisnę podziel
|
9
|
+
Wtedy rezultat 1.5 wyświetli się na ekranie
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
require 'spec/expectations'
|
3
|
+
$:.unshift(File.dirname(__FILE__) + '/../../lib') # This line is not needed in your own project
|
4
|
+
require 'cucumber/formatter/unicode'
|
5
|
+
require 'calculator'
|
6
|
+
|
7
|
+
Before do
|
8
|
+
@calc = Calculator.new
|
9
|
+
end
|
10
|
+
|
11
|
+
After do
|
12
|
+
end
|
13
|
+
|
14
|
+
Zakładając /wprowadzenie do kalkulatora liczby (\d+)/ do |n|
|
15
|
+
@calc.push n.to_i
|
16
|
+
end
|
17
|
+
|
18
|
+
Jeżeli /nacisnę (\w+)/ do |op|
|
19
|
+
@result = @calc.send op
|
20
|
+
end
|
21
|
+
|
22
|
+
Wtedy /rezultat (.*) wyświetli się na ekranie/ do |result|
|
23
|
+
@result.should == result.to_f
|
24
|
+
end
|
@@ -6,6 +6,7 @@ Feature: Cucumber command line
|
|
6
6
|
When I run cucumber -q features/sample.feature:5
|
7
7
|
Then it should pass with
|
8
8
|
"""
|
9
|
+
# Feature comment
|
9
10
|
@one
|
10
11
|
Feature: Sample
|
11
12
|
|
@@ -22,6 +23,7 @@ Feature: Cucumber command line
|
|
22
23
|
When I run cucumber -q features/sample.feature:5 --strict
|
23
24
|
Then it should fail with
|
24
25
|
"""
|
26
|
+
# Feature comment
|
25
27
|
@one
|
26
28
|
Feature: Sample
|
27
29
|
|
@@ -29,7 +31,7 @@ Feature: Cucumber command line
|
|
29
31
|
Scenario: Missing
|
30
32
|
Given missing
|
31
33
|
Undefined step: "missing" (Cucumber::Undefined)
|
32
|
-
features/sample.feature:
|
34
|
+
features/sample.feature:7:in `Given missing'
|
33
35
|
|
34
36
|
1 scenario (1 undefined)
|
35
37
|
1 step (1 undefined)
|
@@ -37,12 +39,14 @@ Feature: Cucumber command line
|
|
37
39
|
"""
|
38
40
|
|
39
41
|
Scenario: Succeed with --strict
|
40
|
-
When I run cucumber -q features/sample.feature:
|
42
|
+
When I run cucumber -q features/sample.feature:10 --strict
|
41
43
|
Then it should pass with
|
42
44
|
"""
|
45
|
+
# Feature comment
|
43
46
|
@one
|
44
47
|
Feature: Sample
|
45
48
|
|
49
|
+
# Scenario comment
|
46
50
|
@three
|
47
51
|
Scenario: Passing
|
48
52
|
Given passing
|
@@ -56,9 +60,10 @@ Feature: Cucumber command line
|
|
56
60
|
|
57
61
|
@mri186
|
58
62
|
Scenario: Specify 2 line numbers where one is a tag
|
59
|
-
When I run cucumber -q features/sample.feature:5:
|
63
|
+
When I run cucumber -q features/sample.feature:5:16
|
60
64
|
Then it should fail with
|
61
65
|
"""
|
66
|
+
# Feature comment
|
62
67
|
@one
|
63
68
|
Feature: Sample
|
64
69
|
|
@@ -75,7 +80,7 @@ Feature: Cucumber command line
|
|
75
80
|
FAIL (RuntimeError)
|
76
81
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
77
82
|
./features/step_definitions/sample_steps.rb:9:in `/^failing$/'
|
78
|
-
features/sample.feature:
|
83
|
+
features/sample.feature:18:in `Given failing'
|
79
84
|
|
80
85
|
2 scenarios (1 failed, 1 undefined)
|
81
86
|
2 steps (1 failed, 1 undefined)
|
@@ -86,6 +91,7 @@ Feature: Cucumber command line
|
|
86
91
|
When I run cucumber -q -r ../../features/step_definitions/extra_steps.rb features/sample.feature:5
|
87
92
|
Then it should pass with
|
88
93
|
"""
|
94
|
+
# Feature comment
|
89
95
|
@one
|
90
96
|
Feature: Sample
|
91
97
|
|
@@ -102,9 +108,11 @@ Feature: Cucumber command line
|
|
102
108
|
When I run cucumber -q features/sample.feature:12
|
103
109
|
Then it should pass with
|
104
110
|
"""
|
111
|
+
# Feature comment
|
105
112
|
@one
|
106
113
|
Feature: Sample
|
107
114
|
|
115
|
+
# Scenario comment
|
108
116
|
@three
|
109
117
|
Scenario: Passing
|
110
118
|
Given passing
|
@@ -128,7 +136,7 @@ Feature: Cucumber command line
|
|
128
136
|
FAIL (RuntimeError)
|
129
137
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
130
138
|
./features/step_definitions/sample_steps.rb:9:in `/^failing$/'
|
131
|
-
features/sample.feature:
|
139
|
+
features/sample.feature:18:in `Given failing'
|
132
140
|
|
133
141
|
3 scenarios (1 failed, 1 undefined, 1 passed)
|
134
142
|
3 steps (1 failed, 1 undefined, 1 passed)
|
@@ -238,6 +246,7 @@ Feature: Cucumber command line
|
|
238
246
|
| state | other_state |
|
239
247
|
| passing | passing |
|
240
248
|
|
249
|
+
# Feature comment
|
241
250
|
@one
|
242
251
|
Feature: Sample
|
243
252
|
|
@@ -245,6 +254,7 @@ Feature: Cucumber command line
|
|
245
254
|
Scenario: Missing
|
246
255
|
Given missing
|
247
256
|
|
257
|
+
# Scenario comment
|
248
258
|
@three
|
249
259
|
Scenario: Passing
|
250
260
|
Given passing
|
@@ -388,6 +398,7 @@ Feature: Cucumber command line
|
|
388
398
|
When I run cucumber -q features --tags three
|
389
399
|
Then it should pass with
|
390
400
|
"""
|
401
|
+
# Feature comment
|
391
402
|
@one
|
392
403
|
Feature: Sample
|
393
404
|
|
@@ -395,6 +406,7 @@ Feature: Cucumber command line
|
|
395
406
|
Scenario: Missing
|
396
407
|
Given missing
|
397
408
|
|
409
|
+
# Scenario comment
|
398
410
|
@three
|
399
411
|
Scenario: Passing
|
400
412
|
Given passing
|
@@ -411,6 +423,7 @@ Feature: Cucumber command line
|
|
411
423
|
When I run cucumber -q features --tags one
|
412
424
|
Then it should fail with
|
413
425
|
"""
|
426
|
+
# Feature comment
|
414
427
|
@one
|
415
428
|
Feature: Sample
|
416
429
|
|
@@ -418,6 +431,7 @@ Feature: Cucumber command line
|
|
418
431
|
Scenario: Missing
|
419
432
|
Given missing
|
420
433
|
|
434
|
+
# Scenario comment
|
421
435
|
@three
|
422
436
|
Scenario: Passing
|
423
437
|
Given passing
|
@@ -433,7 +447,7 @@ Feature: Cucumber command line
|
|
433
447
|
FAIL (RuntimeError)
|
434
448
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
435
449
|
./features/step_definitions/sample_steps.rb:9:in `/^failing$/'
|
436
|
-
features/sample.feature:
|
450
|
+
features/sample.feature:18:in `Given failing'
|
437
451
|
|
438
452
|
3 scenarios (1 failed, 1 undefined, 1 passed)
|
439
453
|
3 steps (1 failed, 1 undefined, 1 passed)
|
@@ -444,6 +458,7 @@ Feature: Cucumber command line
|
|
444
458
|
When I run cucumber -q features/sample.feature --dry-run -t ~four
|
445
459
|
Then it should pass with
|
446
460
|
"""
|
461
|
+
# Feature comment
|
447
462
|
@one
|
448
463
|
Feature: Sample
|
449
464
|
|
@@ -451,6 +466,7 @@ Feature: Cucumber command line
|
|
451
466
|
Scenario: Missing
|
452
467
|
Given missing
|
453
468
|
|
469
|
+
# Scenario comment
|
454
470
|
@three
|
455
471
|
Scenario: Passing
|
456
472
|
Given passing
|
@@ -466,6 +482,7 @@ Feature: Cucumber command line
|
|
466
482
|
When I run cucumber --autoformat tmp/formatted features
|
467
483
|
Then "examples/self_test/tmp/formatted/features/sample.feature" should contain
|
468
484
|
"""
|
485
|
+
# Feature comment
|
469
486
|
@one
|
470
487
|
Feature: Sample
|
471
488
|
|
@@ -473,6 +490,7 @@ Feature: Cucumber command line
|
|
473
490
|
Scenario: Missing
|
474
491
|
Given missing
|
475
492
|
|
493
|
+
# Scenario comment
|
476
494
|
@three
|
477
495
|
Scenario: Passing
|
478
496
|
Given passing
|
@@ -84,73 +84,109 @@
|
|
84
84
|
<div class="cucumber">
|
85
85
|
<div class="feature">
|
86
86
|
<span class="tag">@background_tagged_before_on_outline</span>
|
87
|
-
<h2>
|
87
|
+
<h2>
|
88
|
+
<span class="val">Feature: Background tagged Before on Outline</span>
|
89
|
+
</h2>
|
88
90
|
<p>
|
89
91
|
</p>
|
90
92
|
<div class="background">
|
91
|
-
<h3>
|
93
|
+
<h3>
|
94
|
+
<span class="keyword">Background:</span>
|
95
|
+
<span class="val"></span>
|
96
|
+
</h3>
|
92
97
|
<ol>
|
93
98
|
<li class="step passed" id="features_background_background_tagged_before_on_outline_feature_5">
|
94
99
|
<div>
|
95
|
-
Given
|
100
|
+
<span class="keyword">Given</span>
|
101
|
+
<span class="step val">
|
102
|
+
passing without a table </span>
|
103
|
+
</div>
|
96
104
|
</li>
|
97
105
|
</ol>
|
98
106
|
</div>
|
99
|
-
<div class="scenario">
|
100
|
-
<h3>
|
107
|
+
<div class="scenario outline">
|
108
|
+
<h3>
|
109
|
+
<span class="keyword">Scenario Outline:</span>
|
110
|
+
<span class="val">passing background</span>
|
111
|
+
</h3>
|
101
112
|
<ol>
|
102
113
|
<li class="step skipped" id="features_background_background_tagged_before_on_outline_feature_8">
|
103
114
|
<div>
|
104
|
-
Then
|
115
|
+
<span class="keyword">Then</span>
|
116
|
+
<span class="step val">
|
117
|
+
I should have '<count>' cukes </span>
|
118
|
+
</div>
|
105
119
|
</li>
|
106
120
|
</ol>
|
107
|
-
<
|
108
|
-
|
109
|
-
<
|
110
|
-
<
|
111
|
-
|
112
|
-
|
113
|
-
<
|
114
|
-
|
115
|
-
|
121
|
+
<div class="examples">
|
122
|
+
<h4>Examples: </h4>
|
123
|
+
<table>
|
124
|
+
<tr id="row_11">
|
125
|
+
<th class="val skipped_param" id="row_11_0">count</th>
|
126
|
+
</tr>
|
127
|
+
<tr id="row_12">
|
128
|
+
<td class="val passed" id="row_12_0">888</td>
|
129
|
+
</tr>
|
130
|
+
</table>
|
131
|
+
</div>
|
116
132
|
</div>
|
117
133
|
</div>
|
118
134
|
<div class="feature">
|
119
|
-
<h2>
|
135
|
+
<h2>
|
136
|
+
<span class="val">Feature: background with name</span>
|
137
|
+
</h2>
|
120
138
|
<p>
|
121
139
|
</p>
|
122
140
|
<div class="background">
|
123
|
-
<h3>
|
141
|
+
<h3>
|
142
|
+
<span class="keyword">Background:</span>
|
143
|
+
<span class="val">I'm a background and I'm ok</span>
|
144
|
+
</h3>
|
124
145
|
<ol>
|
125
146
|
<li class="step passed" id="features_background_background_with_name_feature_4">
|
126
147
|
<div>
|
127
|
-
|
148
|
+
<span class="keyword">Given</span>
|
149
|
+
<span class="step val">
|
150
|
+
'<span class="param">10</span>' cukes </span>
|
151
|
+
</div>
|
128
152
|
</li>
|
129
153
|
</ol>
|
130
154
|
</div>
|
131
155
|
<div class="scenario">
|
132
|
-
<h3>
|
156
|
+
<h3>
|
157
|
+
<span class="keyword">Scenario:</span>
|
158
|
+
<span class="val">example</span>
|
159
|
+
</h3>
|
133
160
|
<ol>
|
134
|
-
<li class="step passed" id="features_background_background_with_name_feature_4">
|
135
|
-
</li>
|
136
161
|
<li class="step passed" id="features_background_background_with_name_feature_7">
|
137
162
|
<div>
|
138
|
-
|
163
|
+
<span class="keyword">Then</span>
|
164
|
+
<span class="step val">
|
165
|
+
I should have '<span class="param">10</span>' cukes </span>
|
166
|
+
</div>
|
139
167
|
</li>
|
140
168
|
</ol>
|
141
169
|
</div>
|
142
170
|
</div>
|
143
171
|
<div class="feature">
|
144
172
|
<span class="tag">@after_file</span>
|
145
|
-
<h2>
|
173
|
+
<h2>
|
174
|
+
<span class="val">Feature: Failing background sample</span>
|
175
|
+
</h2>
|
146
176
|
<p>
|
147
177
|
</p>
|
148
178
|
<div class="background">
|
149
|
-
<h3>
|
179
|
+
<h3>
|
180
|
+
<span class="keyword">Background:</span>
|
181
|
+
<span class="val"></span>
|
182
|
+
</h3>
|
150
183
|
<ol>
|
151
184
|
<li class="step failed" id="features_background_failing_background_feature_5">
|
152
185
|
<div>
|
153
|
-
Given
|
186
|
+
<span class="keyword">Given</span>
|
187
|
+
<span class="step val">
|
188
|
+
failing without a table </span>
|
189
|
+
</div>
|
154
190
|
<pre class="failed">FAIL (RuntimeError)
|
155
191
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
156
192
|
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
@@ -158,76 +194,93 @@ features/background/failing_background.feature:5:in `Given failing without a tab
|
|
158
194
|
</li>
|
159
195
|
<li class="step skipped" id="features_background_failing_background_feature_6">
|
160
196
|
<div>
|
161
|
-
|
197
|
+
<span class="keyword">And</span>
|
198
|
+
<span class="step val">
|
199
|
+
'<span class="param">10</span>' cukes </span>
|
200
|
+
</div>
|
162
201
|
</li>
|
163
202
|
</ol>
|
164
203
|
</div>
|
165
204
|
<div class="scenario">
|
166
|
-
<h3>
|
205
|
+
<h3>
|
206
|
+
<span class="keyword">Scenario:</span>
|
207
|
+
<span class="val">failing background</span>
|
208
|
+
</h3>
|
167
209
|
<ol>
|
168
|
-
<li class="step failed" id="features_background_failing_background_feature_5">
|
169
|
-
<pre class="failed">FAIL (RuntimeError)
|
170
|
-
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
171
|
-
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
172
|
-
features/background/failing_background.feature:5:in `Given failing without a table'</pre>
|
173
|
-
</li>
|
174
|
-
<li class="step skipped" id="features_background_failing_background_feature_6">
|
175
|
-
</li>
|
176
210
|
<li class="step skipped" id="features_background_failing_background_feature_9">
|
177
211
|
<div>
|
178
|
-
|
212
|
+
<span class="keyword">Then</span>
|
213
|
+
<span class="step val">
|
214
|
+
I should have '<span class="param">10</span>' cukes </span>
|
215
|
+
</div>
|
179
216
|
</li>
|
180
217
|
</ol>
|
181
218
|
</div>
|
182
219
|
<div class="scenario">
|
183
|
-
<h3>
|
220
|
+
<h3>
|
221
|
+
<span class="keyword">Scenario:</span>
|
222
|
+
<span class="val">another failing background</span>
|
223
|
+
</h3>
|
184
224
|
<ol>
|
185
|
-
<li class="step skipped" id="features_background_failing_background_feature_5">
|
186
|
-
</li>
|
187
|
-
<li class="step skipped" id="features_background_failing_background_feature_6">
|
188
|
-
</li>
|
189
225
|
<li class="step skipped" id="features_background_failing_background_feature_12">
|
190
226
|
<div>
|
191
|
-
|
227
|
+
<span class="keyword">Then</span>
|
228
|
+
<span class="step val">
|
229
|
+
I should have '<span class="param">10</span>' cukes </span>
|
230
|
+
</div>
|
192
231
|
</li>
|
193
232
|
</ol>
|
194
233
|
</div>
|
195
234
|
</div>
|
196
235
|
<div class="feature">
|
197
|
-
<h2>
|
236
|
+
<h2>
|
237
|
+
<span class="val">Feature: Failing background after previously successful background sample</span>
|
238
|
+
</h2>
|
198
239
|
<p>
|
199
240
|
</p>
|
200
241
|
<div class="background">
|
201
|
-
<h3>
|
242
|
+
<h3>
|
243
|
+
<span class="keyword">Background:</span>
|
244
|
+
<span class="val"></span>
|
245
|
+
</h3>
|
202
246
|
<ol>
|
203
247
|
<li class="step passed" id="features_background_failing_background_after_success_feature_4">
|
204
248
|
<div>
|
205
|
-
Given
|
249
|
+
<span class="keyword">Given</span>
|
250
|
+
<span class="step val">
|
251
|
+
passing without a table </span>
|
252
|
+
</div>
|
206
253
|
</li>
|
207
254
|
<li class="step passed" id="features_background_failing_background_after_success_feature_5">
|
208
255
|
<div>
|
209
|
-
|
256
|
+
<span class="keyword">And</span>
|
257
|
+
<span class="step val">
|
258
|
+
'<span class="param">10</span>' global cukes </span>
|
259
|
+
</div>
|
210
260
|
</li>
|
211
261
|
</ol>
|
212
262
|
</div>
|
213
263
|
<div class="scenario">
|
214
|
-
<h3>
|
264
|
+
<h3>
|
265
|
+
<span class="keyword">Scenario:</span>
|
266
|
+
<span class="val">passing background</span>
|
267
|
+
</h3>
|
215
268
|
<ol>
|
216
|
-
<li class="step passed" id="features_background_failing_background_after_success_feature_4">
|
217
|
-
</li>
|
218
|
-
<li class="step passed" id="features_background_failing_background_after_success_feature_5">
|
219
|
-
</li>
|
220
269
|
<li class="step passed" id="features_background_failing_background_after_success_feature_8">
|
221
270
|
<div>
|
222
|
-
|
271
|
+
<span class="keyword">Then</span>
|
272
|
+
<span class="step val">
|
273
|
+
I should have '<span class="param">10</span>' global cukes </span>
|
274
|
+
</div>
|
223
275
|
</li>
|
224
276
|
</ol>
|
225
277
|
</div>
|
226
278
|
<div class="scenario">
|
227
|
-
<h3>
|
279
|
+
<h3>
|
280
|
+
<span class="keyword">Scenario:</span>
|
281
|
+
<span class="val">failing background</span>
|
282
|
+
</h3>
|
228
283
|
<ol>
|
229
|
-
<li class="step passed" id="features_background_failing_background_after_success_feature_4">
|
230
|
-
</li>
|
231
284
|
<li class="step failed" id="features_background_failing_background_after_success_feature_5">
|
232
285
|
<pre class="failed">FAIL (RuntimeError)
|
233
286
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
@@ -236,96 +289,120 @@ features/background/failing_background_after_success.feature:5:in `And '10' glob
|
|
236
289
|
</li>
|
237
290
|
<li class="step skipped" id="features_background_failing_background_after_success_feature_11">
|
238
291
|
<div>
|
239
|
-
|
292
|
+
<span class="keyword">Then</span>
|
293
|
+
<span class="step val">
|
294
|
+
I should have '<span class="param">10</span>' global cukes </span>
|
295
|
+
</div>
|
240
296
|
</li>
|
241
297
|
</ol>
|
242
298
|
</div>
|
243
299
|
</div>
|
244
300
|
<div class="feature">
|
245
|
-
<h2>
|
301
|
+
<h2>
|
302
|
+
<span class="val">Feature: Passing background with multiline args</span>
|
303
|
+
</h2>
|
246
304
|
<p>
|
247
305
|
</p>
|
248
306
|
<div class="background">
|
249
|
-
<h3>
|
307
|
+
<h3>
|
308
|
+
<span class="keyword">Background:</span>
|
309
|
+
<span class="val"></span>
|
310
|
+
</h3>
|
250
311
|
<ol>
|
251
312
|
<li class="step passed" id="features_background_multiline_args_background_feature_4">
|
252
313
|
<div>
|
253
|
-
Given
|
314
|
+
<span class="keyword">Given</span>
|
315
|
+
<span class="step val">
|
316
|
+
table </span>
|
317
|
+
</div>
|
254
318
|
<table>
|
255
319
|
<tr id="row_5">
|
256
|
-
<td id="row_5_0">a</td>
|
257
|
-
<td id="row_5_1">b</td>
|
320
|
+
<td class="val" id="row_5_0">a</td>
|
321
|
+
<td class="val" id="row_5_1">b</td>
|
258
322
|
</tr>
|
259
323
|
<tr id="row_6">
|
260
|
-
<td id="row_6_0">c</td>
|
261
|
-
<td id="row_6_1">d</td>
|
324
|
+
<td class="val" id="row_6_0">c</td>
|
325
|
+
<td class="val" id="row_6_1">d</td>
|
262
326
|
</tr>
|
263
327
|
</table>
|
264
328
|
</li>
|
265
329
|
<li class="step passed" id="features_background_multiline_args_background_feature_7">
|
266
330
|
<div>
|
267
|
-
And
|
268
|
-
|
331
|
+
<span class="keyword">And</span>
|
332
|
+
<span class="step val">
|
333
|
+
multiline string </span>
|
334
|
+
</div>
|
335
|
+
<pre class="val">
|
269
336
|
I'm a cucumber and I'm okay.
|
270
337
|
I sleep all night and I test all day </pre>
|
271
338
|
</li>
|
272
339
|
</ol>
|
273
340
|
</div>
|
274
341
|
<div class="scenario">
|
275
|
-
<h3>
|
342
|
+
<h3>
|
343
|
+
<span class="keyword">Scenario:</span>
|
344
|
+
<span class="val">passing background</span>
|
345
|
+
</h3>
|
276
346
|
<ol>
|
277
|
-
<li class="step passed" id="features_background_multiline_args_background_feature_4">
|
278
|
-
</li>
|
279
|
-
<li class="step passed" id="features_background_multiline_args_background_feature_7">
|
280
|
-
</li>
|
281
347
|
<li class="step passed" id="features_background_multiline_args_background_feature_14">
|
282
348
|
<div>
|
283
|
-
Then
|
349
|
+
<span class="keyword">Then</span>
|
350
|
+
<span class="step val">
|
351
|
+
the table should be </span>
|
352
|
+
</div>
|
284
353
|
<table>
|
285
354
|
<tr id="row_15">
|
286
|
-
<td id="row_15_0">a</td>
|
287
|
-
<td id="row_15_1">b</td>
|
355
|
+
<td class="val" id="row_15_0">a</td>
|
356
|
+
<td class="val" id="row_15_1">b</td>
|
288
357
|
</tr>
|
289
358
|
<tr id="row_16">
|
290
|
-
<td id="row_16_0">c</td>
|
291
|
-
<td id="row_16_1">d</td>
|
359
|
+
<td class="val" id="row_16_0">c</td>
|
360
|
+
<td class="val" id="row_16_1">d</td>
|
292
361
|
</tr>
|
293
362
|
</table>
|
294
363
|
</li>
|
295
364
|
<li class="step passed" id="features_background_multiline_args_background_feature_17">
|
296
365
|
<div>
|
297
|
-
Then
|
298
|
-
|
366
|
+
<span class="keyword">Then</span>
|
367
|
+
<span class="step val">
|
368
|
+
the multiline string should be </span>
|
369
|
+
</div>
|
370
|
+
<pre class="val">
|
299
371
|
I'm a cucumber and I'm okay.
|
300
372
|
I sleep all night and I test all day </pre>
|
301
373
|
</li>
|
302
374
|
</ol>
|
303
375
|
</div>
|
304
376
|
<div class="scenario">
|
305
|
-
<h3>
|
377
|
+
<h3>
|
378
|
+
<span class="keyword">Scenario:</span>
|
379
|
+
<span class="val">another passing background</span>
|
380
|
+
</h3>
|
306
381
|
<ol>
|
307
|
-
<li class="step passed" id="features_background_multiline_args_background_feature_4">
|
308
|
-
</li>
|
309
|
-
<li class="step passed" id="features_background_multiline_args_background_feature_7">
|
310
|
-
</li>
|
311
382
|
<li class="step passed" id="features_background_multiline_args_background_feature_24">
|
312
383
|
<div>
|
313
|
-
Then
|
384
|
+
<span class="keyword">Then</span>
|
385
|
+
<span class="step val">
|
386
|
+
the table should be </span>
|
387
|
+
</div>
|
314
388
|
<table>
|
315
389
|
<tr id="row_25">
|
316
|
-
<td id="row_25_0">a</td>
|
317
|
-
<td id="row_25_1">b</td>
|
390
|
+
<td class="val" id="row_25_0">a</td>
|
391
|
+
<td class="val" id="row_25_1">b</td>
|
318
392
|
</tr>
|
319
393
|
<tr id="row_26">
|
320
|
-
<td id="row_26_0">c</td>
|
321
|
-
<td id="row_26_1">d</td>
|
394
|
+
<td class="val" id="row_26_0">c</td>
|
395
|
+
<td class="val" id="row_26_1">d</td>
|
322
396
|
</tr>
|
323
397
|
</table>
|
324
398
|
</li>
|
325
399
|
<li class="step passed" id="features_background_multiline_args_background_feature_27">
|
326
400
|
<div>
|
327
|
-
Then
|
328
|
-
|
401
|
+
<span class="keyword">Then</span>
|
402
|
+
<span class="step val">
|
403
|
+
the multiline string should be </span>
|
404
|
+
</div>
|
405
|
+
<pre class="val">
|
329
406
|
I'm a cucumber and I'm okay.
|
330
407
|
I sleep all night and I test all day </pre>
|
331
408
|
</li>
|
@@ -333,93 +410,127 @@ Then the multiline string should be </div>
|
|
333
410
|
</div>
|
334
411
|
</div>
|
335
412
|
<div class="feature">
|
336
|
-
<h2>
|
413
|
+
<h2>
|
414
|
+
<span class="val">Feature: Passing background sample</span>
|
415
|
+
</h2>
|
337
416
|
<p>
|
338
417
|
</p>
|
339
418
|
<div class="background">
|
340
|
-
<h3>
|
419
|
+
<h3>
|
420
|
+
<span class="keyword">Background:</span>
|
421
|
+
<span class="val"></span>
|
422
|
+
</h3>
|
341
423
|
<ol>
|
342
424
|
<li class="step passed" id="features_background_passing_background_feature_4">
|
343
425
|
<div>
|
344
|
-
|
426
|
+
<span class="keyword">Given</span>
|
427
|
+
<span class="step val">
|
428
|
+
'<span class="param">10</span>' cukes </span>
|
429
|
+
</div>
|
345
430
|
</li>
|
346
431
|
</ol>
|
347
432
|
</div>
|
348
433
|
<div class="scenario">
|
349
|
-
<h3>
|
434
|
+
<h3>
|
435
|
+
<span class="keyword">Scenario:</span>
|
436
|
+
<span class="val">passing background</span>
|
437
|
+
</h3>
|
350
438
|
<ol>
|
351
|
-
<li class="step passed" id="features_background_passing_background_feature_4">
|
352
|
-
</li>
|
353
439
|
<li class="step passed" id="features_background_passing_background_feature_7">
|
354
440
|
<div>
|
355
|
-
|
441
|
+
<span class="keyword">Then</span>
|
442
|
+
<span class="step val">
|
443
|
+
I should have '<span class="param">10</span>' cukes </span>
|
444
|
+
</div>
|
356
445
|
</li>
|
357
446
|
</ol>
|
358
447
|
</div>
|
359
448
|
<div class="scenario">
|
360
|
-
<h3>
|
449
|
+
<h3>
|
450
|
+
<span class="keyword">Scenario:</span>
|
451
|
+
<span class="val">another passing background</span>
|
452
|
+
</h3>
|
361
453
|
<ol>
|
362
|
-
<li class="step passed" id="features_background_passing_background_feature_4">
|
363
|
-
</li>
|
364
454
|
<li class="step passed" id="features_background_passing_background_feature_10">
|
365
455
|
<div>
|
366
|
-
|
456
|
+
<span class="keyword">Then</span>
|
457
|
+
<span class="step val">
|
458
|
+
I should have '<span class="param">10</span>' cukes </span>
|
459
|
+
</div>
|
367
460
|
</li>
|
368
461
|
</ol>
|
369
462
|
</div>
|
370
463
|
</div>
|
371
464
|
<div class="feature">
|
372
|
-
<h2>
|
465
|
+
<h2>
|
466
|
+
<span class="val">Feature: Pending background sample</span>
|
467
|
+
</h2>
|
373
468
|
<p>
|
374
469
|
</p>
|
375
470
|
<div class="background">
|
376
|
-
<h3>
|
471
|
+
<h3>
|
472
|
+
<span class="keyword">Background:</span>
|
473
|
+
<span class="val"></span>
|
474
|
+
</h3>
|
377
475
|
<ol>
|
378
476
|
<li class="step undefined" id="features_background_pending_background_feature_4">
|
379
477
|
<div>
|
380
|
-
Given
|
381
|
-
|
382
|
-
|
478
|
+
<span class="keyword">Given</span>
|
479
|
+
<span class="step val">
|
480
|
+
pending </span>
|
481
|
+
</div>
|
383
482
|
</li>
|
384
483
|
</ol>
|
385
484
|
</div>
|
386
485
|
<div class="scenario">
|
387
|
-
<h3>
|
486
|
+
<h3>
|
487
|
+
<span class="keyword">Scenario:</span>
|
488
|
+
<span class="val">pending background</span>
|
489
|
+
</h3>
|
388
490
|
<ol>
|
389
|
-
<li class="step undefined" id="features_background_pending_background_feature_4">
|
390
|
-
<pre class="undefined">Undefined step: "pending" (Cucumber::Undefined)
|
391
|
-
features/background/pending_background.feature:4:in `Given pending'</pre>
|
392
|
-
</li>
|
393
491
|
<li class="step skipped" id="features_background_pending_background_feature_7">
|
394
492
|
<div>
|
395
|
-
|
493
|
+
<span class="keyword">Then</span>
|
494
|
+
<span class="step val">
|
495
|
+
I should have '<span class="param">10</span>' cukes </span>
|
496
|
+
</div>
|
396
497
|
</li>
|
397
498
|
</ol>
|
398
499
|
</div>
|
399
500
|
<div class="scenario">
|
400
|
-
<h3>
|
501
|
+
<h3>
|
502
|
+
<span class="keyword">Scenario:</span>
|
503
|
+
<span class="val">another pending background</span>
|
504
|
+
</h3>
|
401
505
|
<ol>
|
402
|
-
<li class="step undefined" id="features_background_pending_background_feature_4">
|
403
|
-
<pre class="undefined">Undefined step: "pending" (Cucumber::Undefined)
|
404
|
-
features/background/pending_background.feature:4:in `Given pending'</pre>
|
405
|
-
</li>
|
406
506
|
<li class="step skipped" id="features_background_pending_background_feature_10">
|
407
507
|
<div>
|
408
|
-
|
508
|
+
<span class="keyword">Then</span>
|
509
|
+
<span class="step val">
|
510
|
+
I should have '<span class="param">10</span>' cukes </span>
|
511
|
+
</div>
|
409
512
|
</li>
|
410
513
|
</ol>
|
411
514
|
</div>
|
412
515
|
</div>
|
413
516
|
<div class="feature">
|
414
|
-
<h2>
|
517
|
+
<h2>
|
518
|
+
<span class="val">Feature: Failing background with scenario outlines sample</span>
|
519
|
+
</h2>
|
415
520
|
<p>
|
416
521
|
</p>
|
417
522
|
<div class="background">
|
418
|
-
<h3>
|
523
|
+
<h3>
|
524
|
+
<span class="keyword">Background:</span>
|
525
|
+
<span class="val"></span>
|
526
|
+
</h3>
|
419
527
|
<ol>
|
420
528
|
<li class="step failed" id="features_background_scenario_outline_failing_background_feature_4">
|
421
529
|
<div>
|
422
|
-
Given
|
530
|
+
<span class="keyword">Given</span>
|
531
|
+
<span class="step val">
|
532
|
+
failing without a table </span>
|
533
|
+
</div>
|
423
534
|
<pre class="failed">FAIL (RuntimeError)
|
424
535
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
425
536
|
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
@@ -427,112 +538,160 @@ features/background/scenario_outline_failing_background.feature:4:in `Given fail
|
|
427
538
|
</li>
|
428
539
|
</ol>
|
429
540
|
</div>
|
430
|
-
<div class="scenario">
|
431
|
-
<h3>
|
541
|
+
<div class="scenario outline">
|
542
|
+
<h3>
|
543
|
+
<span class="keyword">Scenario Outline:</span>
|
544
|
+
<span class="val">failing background</span>
|
545
|
+
</h3>
|
432
546
|
<ol>
|
433
547
|
<li class="step skipped" id="features_background_scenario_outline_failing_background_feature_7">
|
434
548
|
<div>
|
435
|
-
Then
|
549
|
+
<span class="keyword">Then</span>
|
550
|
+
<span class="step val">
|
551
|
+
I should have '<count>' cukes </span>
|
552
|
+
</div>
|
436
553
|
</li>
|
437
554
|
</ol>
|
438
|
-
<
|
439
|
-
|
440
|
-
<
|
441
|
-
<
|
442
|
-
|
443
|
-
|
444
|
-
<
|
445
|
-
|
446
|
-
|
447
|
-
<
|
448
|
-
<
|
555
|
+
<div class="examples">
|
556
|
+
<h4>Examples: </h4>
|
557
|
+
<table>
|
558
|
+
<tr id="row_9">
|
559
|
+
<th class="val skipped_param" id="row_9_0">count</th>
|
560
|
+
</tr>
|
561
|
+
<tr id="row_10">
|
562
|
+
<td class="val skipped" id="row_10_0">10</td>
|
563
|
+
</tr>
|
564
|
+
<tr>
|
565
|
+
<td class="failed" colspan="1">
|
566
|
+
<pre>
|
449
567
|
FAIL (RuntimeError)
|
450
568
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
451
569
|
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
452
|
-
features/background/scenario_outline_failing_background.feature:4:in `Given failing without a table'
|
453
|
-
|
454
|
-
|
455
|
-
|
570
|
+
features/background/scenario_outline_failing_background.feature:4:in `Given failing without a table' </pre>
|
571
|
+
</td>
|
572
|
+
</tr>
|
573
|
+
</table>
|
574
|
+
</div>
|
456
575
|
</div>
|
457
|
-
<div class="scenario">
|
458
|
-
<h3>
|
576
|
+
<div class="scenario outline">
|
577
|
+
<h3>
|
578
|
+
<span class="keyword">Scenario Outline:</span>
|
579
|
+
<span class="val">another failing background</span>
|
580
|
+
</h3>
|
459
581
|
<ol>
|
460
582
|
<li class="step skipped" id="features_background_scenario_outline_failing_background_feature_13">
|
461
583
|
<div>
|
462
|
-
Then
|
584
|
+
<span class="keyword">Then</span>
|
585
|
+
<span class="step val">
|
586
|
+
I should have '<count>' cukes </span>
|
587
|
+
</div>
|
463
588
|
</li>
|
464
589
|
</ol>
|
465
|
-
<
|
466
|
-
|
467
|
-
<
|
468
|
-
<
|
469
|
-
|
470
|
-
|
471
|
-
<
|
472
|
-
|
473
|
-
|
590
|
+
<div class="examples">
|
591
|
+
<h4>Examples: </h4>
|
592
|
+
<table>
|
593
|
+
<tr id="row_15">
|
594
|
+
<th class="val skipped_param" id="row_15_0">count</th>
|
595
|
+
</tr>
|
596
|
+
<tr id="row_16">
|
597
|
+
<td class="val skipped" id="row_16_0">10</td>
|
598
|
+
</tr>
|
599
|
+
</table>
|
600
|
+
</div>
|
474
601
|
</div>
|
475
602
|
</div>
|
476
603
|
<div class="feature">
|
477
|
-
<h2>
|
604
|
+
<h2>
|
605
|
+
<span class="val">Feature: Passing background with scenario outlines sample</span>
|
606
|
+
</h2>
|
478
607
|
<p>
|
479
608
|
</p>
|
480
609
|
<div class="background">
|
481
|
-
<h3>
|
610
|
+
<h3>
|
611
|
+
<span class="keyword">Background:</span>
|
612
|
+
<span class="val"></span>
|
613
|
+
</h3>
|
482
614
|
<ol>
|
483
615
|
<li class="step passed" id="features_background_scenario_outline_passing_background_feature_4">
|
484
616
|
<div>
|
485
|
-
|
617
|
+
<span class="keyword">Given</span>
|
618
|
+
<span class="step val">
|
619
|
+
'<span class="param">10</span>' cukes </span>
|
620
|
+
</div>
|
486
621
|
</li>
|
487
622
|
</ol>
|
488
623
|
</div>
|
489
|
-
<div class="scenario">
|
490
|
-
<h3>
|
624
|
+
<div class="scenario outline">
|
625
|
+
<h3>
|
626
|
+
<span class="keyword">Scenario Outline:</span>
|
627
|
+
<span class="val">passing background</span>
|
628
|
+
</h3>
|
491
629
|
<ol>
|
492
630
|
<li class="step skipped" id="features_background_scenario_outline_passing_background_feature_7">
|
493
631
|
<div>
|
494
|
-
Then
|
632
|
+
<span class="keyword">Then</span>
|
633
|
+
<span class="step val">
|
634
|
+
I should have '<count>' cukes </span>
|
635
|
+
</div>
|
495
636
|
</li>
|
496
637
|
</ol>
|
497
|
-
<
|
498
|
-
|
499
|
-
<
|
500
|
-
<
|
501
|
-
|
502
|
-
|
503
|
-
<
|
504
|
-
|
505
|
-
|
638
|
+
<div class="examples">
|
639
|
+
<h4>Examples: </h4>
|
640
|
+
<table>
|
641
|
+
<tr id="row_9">
|
642
|
+
<th class="val skipped_param" id="row_9_0">count</th>
|
643
|
+
</tr>
|
644
|
+
<tr id="row_10">
|
645
|
+
<td class="val passed" id="row_10_0">10</td>
|
646
|
+
</tr>
|
647
|
+
</table>
|
648
|
+
</div>
|
506
649
|
</div>
|
507
|
-
<div class="scenario">
|
508
|
-
<h3>
|
650
|
+
<div class="scenario outline">
|
651
|
+
<h3>
|
652
|
+
<span class="keyword">Scenario Outline:</span>
|
653
|
+
<span class="val">another passing background</span>
|
654
|
+
</h3>
|
509
655
|
<ol>
|
510
656
|
<li class="step skipped" id="features_background_scenario_outline_passing_background_feature_13">
|
511
657
|
<div>
|
512
|
-
Then
|
658
|
+
<span class="keyword">Then</span>
|
659
|
+
<span class="step val">
|
660
|
+
I should have '<count>' cukes </span>
|
661
|
+
</div>
|
513
662
|
</li>
|
514
663
|
</ol>
|
515
|
-
<
|
516
|
-
|
517
|
-
<
|
518
|
-
<
|
519
|
-
|
520
|
-
|
521
|
-
<
|
522
|
-
|
523
|
-
|
664
|
+
<div class="examples">
|
665
|
+
<h4>Examples: </h4>
|
666
|
+
<table>
|
667
|
+
<tr id="row_15">
|
668
|
+
<th class="val skipped_param" id="row_15_0">count</th>
|
669
|
+
</tr>
|
670
|
+
<tr id="row_16">
|
671
|
+
<td class="val passed" id="row_16_0">10</td>
|
672
|
+
</tr>
|
673
|
+
</table>
|
674
|
+
</div>
|
524
675
|
</div>
|
525
676
|
</div>
|
526
677
|
<div class="feature">
|
527
|
-
<h2>
|
678
|
+
<h2>
|
679
|
+
<span class="val">Feature: Calling undefined step</span>
|
680
|
+
</h2>
|
528
681
|
<p>
|
529
682
|
</p>
|
530
683
|
<div class="scenario">
|
531
|
-
<h3>
|
684
|
+
<h3>
|
685
|
+
<span class="keyword">Scenario:</span>
|
686
|
+
<span class="val">Call directly</span>
|
687
|
+
</h3>
|
532
688
|
<ol>
|
533
689
|
<li class="step undefined" id="features_call_undefined_step_from_step_def_feature_4">
|
534
690
|
<div>
|
535
|
-
Given
|
691
|
+
<span class="keyword">Given</span>
|
692
|
+
<span class="step val">
|
693
|
+
a step definition that calls an undefined step </span>
|
694
|
+
</div>
|
536
695
|
<pre class="undefined">Undefined step: "this does not exist" (Cucumber::Undefined)
|
537
696
|
./features/step_definitions/sample_steps.rb:20:in `/^a step definition that calls an undefined step$/'
|
538
697
|
features/call_undefined_step_from_step_def.feature:4:in `Given a step definition that calls an undefined step'</pre>
|
@@ -540,11 +699,17 @@ features/call_undefined_step_from_step_def.feature:4:in `Given a step definition
|
|
540
699
|
</ol>
|
541
700
|
</div>
|
542
701
|
<div class="scenario">
|
543
|
-
<h3>
|
702
|
+
<h3>
|
703
|
+
<span class="keyword">Scenario:</span>
|
704
|
+
<span class="val">Call via another</span>
|
705
|
+
</h3>
|
544
706
|
<ol>
|
545
707
|
<li class="step undefined" id="features_call_undefined_step_from_step_def_feature_7">
|
546
708
|
<div>
|
547
|
-
|
709
|
+
<span class="keyword">Given</span>
|
710
|
+
<span class="step val">
|
711
|
+
call step "<span class="param">a step definition that calls an undefined step</span>" </span>
|
712
|
+
</div>
|
548
713
|
<pre class="undefined">Undefined step: "this does not exist" (Cucumber::Undefined)
|
549
714
|
./features/step_definitions/sample_steps.rb:20:in `/^a step definition that calls an undefined step$/'
|
550
715
|
features/call_undefined_step_from_step_def.feature:7:in `Given call step "a step definition that calls an undefined step"'</pre>
|
@@ -553,15 +718,23 @@ features/call_undefined_step_from_step_def.feature:7:in `Given call step "a step
|
|
553
718
|
</div>
|
554
719
|
</div>
|
555
720
|
<div class="feature">
|
556
|
-
<h2>
|
721
|
+
<h2>
|
722
|
+
<span class="val">Feature: Failing expectation</span>
|
723
|
+
</h2>
|
557
724
|
<p>
|
558
725
|
</p>
|
559
726
|
<div class="scenario">
|
560
|
-
<h3>
|
727
|
+
<h3>
|
728
|
+
<span class="keyword">Scenario:</span>
|
729
|
+
<span class="val">Failing expectation</span>
|
730
|
+
</h3>
|
561
731
|
<ol>
|
562
732
|
<li class="step failed" id="features_failing_expectation_feature_4">
|
563
733
|
<div>
|
564
|
-
Given
|
734
|
+
<span class="keyword">Given</span>
|
735
|
+
<span class="step val">
|
736
|
+
failing expectation </span>
|
737
|
+
</div>
|
565
738
|
<pre class="failed">expected: "that",
|
566
739
|
got: "this" (using ==)
|
567
740
|
Diff:
|
@@ -576,216 +749,283 @@ features/failing_expectation.feature:4:in `Given failing expectation'</pre>
|
|
576
749
|
</div>
|
577
750
|
</div>
|
578
751
|
<div class="feature">
|
579
|
-
<h2>
|
752
|
+
<h2>
|
753
|
+
<span class="val">Feature: Lots of undefined</span>
|
754
|
+
</h2>
|
580
755
|
<p>
|
581
756
|
</p>
|
582
757
|
<div class="scenario">
|
583
|
-
<h3>
|
758
|
+
<h3>
|
759
|
+
<span class="keyword">Scenario:</span>
|
760
|
+
<span class="val">Implement me</span>
|
761
|
+
</h3>
|
584
762
|
<ol>
|
585
763
|
<li class="step undefined" id="features_lots_of_undefined_feature_4">
|
586
764
|
<div>
|
587
|
-
Given
|
588
|
-
|
589
|
-
|
765
|
+
<span class="keyword">Given</span>
|
766
|
+
<span class="step val">
|
767
|
+
it snows in Sahara </span>
|
768
|
+
</div>
|
590
769
|
</li>
|
591
770
|
<li class="step undefined" id="features_lots_of_undefined_feature_5">
|
592
771
|
<div>
|
593
|
-
Given
|
594
|
-
|
595
|
-
|
772
|
+
<span class="keyword">Given</span>
|
773
|
+
<span class="step val">
|
774
|
+
it's 40 degrees in Norway </span>
|
775
|
+
</div>
|
596
776
|
</li>
|
597
777
|
<li class="step undefined" id="features_lots_of_undefined_feature_6">
|
598
778
|
<div>
|
599
|
-
And
|
600
|
-
|
601
|
-
|
779
|
+
<span class="keyword">And</span>
|
780
|
+
<span class="step val">
|
781
|
+
it's 40 degrees in Norway </span>
|
782
|
+
</div>
|
602
783
|
</li>
|
603
784
|
<li class="step undefined" id="features_lots_of_undefined_feature_7">
|
604
785
|
<div>
|
605
|
-
When
|
606
|
-
|
607
|
-
|
786
|
+
<span class="keyword">When</span>
|
787
|
+
<span class="step val">
|
788
|
+
I stop procrastinating </span>
|
789
|
+
</div>
|
608
790
|
</li>
|
609
791
|
<li class="step undefined" id="features_lots_of_undefined_feature_8">
|
610
792
|
<div>
|
611
|
-
And
|
612
|
-
|
613
|
-
|
793
|
+
<span class="keyword">And</span>
|
794
|
+
<span class="step val">
|
795
|
+
there is world peace </span>
|
796
|
+
</div>
|
614
797
|
</li>
|
615
798
|
</ol>
|
616
799
|
</div>
|
617
800
|
</div>
|
618
801
|
<div class="feature">
|
619
|
-
<h2>
|
802
|
+
<h2>
|
803
|
+
<span class="val">Feature: multiline</span>
|
804
|
+
</h2>
|
620
805
|
<p>
|
621
806
|
</p>
|
622
807
|
<div class="background">
|
623
|
-
<h3>
|
808
|
+
<h3>
|
809
|
+
<span class="keyword">Background:</span>
|
810
|
+
<span class="val">I'm a multiline name
|
624
811
|
which goes on and on and on for three lines
|
625
|
-
yawn</
|
812
|
+
yawn</span>
|
813
|
+
</h3>
|
626
814
|
<ol>
|
627
815
|
<li class="step passed" id="features_multiline_name_feature_6">
|
628
816
|
<div>
|
629
|
-
Given
|
817
|
+
<span class="keyword">Given</span>
|
818
|
+
<span class="step val">
|
819
|
+
passing without a table </span>
|
820
|
+
</div>
|
630
821
|
</li>
|
631
822
|
</ol>
|
632
823
|
</div>
|
633
824
|
<div class="scenario">
|
634
|
-
<h3>
|
825
|
+
<h3>
|
826
|
+
<span class="keyword">Scenario:</span>
|
827
|
+
<span class="val">I'm a multiline name
|
635
828
|
which goes on and on and on for three lines
|
636
|
-
yawn</
|
829
|
+
yawn</span>
|
830
|
+
</h3>
|
637
831
|
<ol>
|
638
|
-
<li class="step passed" id="features_multiline_name_feature_6">
|
639
|
-
</li>
|
640
832
|
<li class="step passed" id="features_multiline_name_feature_11">
|
641
833
|
<div>
|
642
|
-
Given
|
834
|
+
<span class="keyword">Given</span>
|
835
|
+
<span class="step val">
|
836
|
+
passing without a table </span>
|
837
|
+
</div>
|
643
838
|
</li>
|
644
839
|
</ol>
|
645
840
|
</div>
|
646
|
-
<div class="scenario">
|
647
|
-
<h3>
|
841
|
+
<div class="scenario outline">
|
842
|
+
<h3>
|
843
|
+
<span class="keyword">Scenario Outline:</span>
|
844
|
+
<span class="val">I'm a multiline name
|
648
845
|
which goes on and on and on for three lines
|
649
|
-
yawn</
|
846
|
+
yawn</span>
|
847
|
+
</h3>
|
650
848
|
<ol>
|
651
849
|
<li class="step skipped" id="features_multiline_name_feature_16">
|
652
850
|
<div>
|
653
|
-
Given
|
851
|
+
<span class="keyword">Given</span>
|
852
|
+
<span class="step val">
|
853
|
+
<state> without a table </span>
|
854
|
+
</div>
|
654
855
|
</li>
|
655
856
|
</ol>
|
656
|
-
<
|
657
|
-
|
658
|
-
<
|
659
|
-
<
|
660
|
-
|
661
|
-
|
662
|
-
<
|
663
|
-
|
664
|
-
|
857
|
+
<div class="examples">
|
858
|
+
<h4>Examples: </h4>
|
859
|
+
<table>
|
860
|
+
<tr id="row_18">
|
861
|
+
<th class="val skipped_param" id="row_18_0">state</th>
|
862
|
+
</tr>
|
863
|
+
<tr id="row_19">
|
864
|
+
<td class="val passed" id="row_19_0">passing</td>
|
865
|
+
</tr>
|
866
|
+
</table>
|
867
|
+
</div>
|
665
868
|
</div>
|
666
|
-
<div class="scenario">
|
667
|
-
<h3>
|
869
|
+
<div class="scenario outline">
|
870
|
+
<h3>
|
871
|
+
<span class="keyword">Scenario Outline:</span>
|
872
|
+
<span class="val">name</span>
|
873
|
+
</h3>
|
668
874
|
<ol>
|
669
875
|
<li class="step skipped" id="features_multiline_name_feature_22">
|
670
876
|
<div>
|
671
|
-
Given
|
877
|
+
<span class="keyword">Given</span>
|
878
|
+
<span class="step val">
|
879
|
+
<state> without a table </span>
|
880
|
+
</div>
|
672
881
|
</li>
|
673
882
|
</ol>
|
674
|
-
<
|
883
|
+
<div class="examples">
|
884
|
+
<h4>Examples: I'm a multiline name
|
675
885
|
which goes on and on and on for three lines
|
676
886
|
yawn</h4>
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
887
|
+
<table>
|
888
|
+
<tr id="row_26">
|
889
|
+
<th class="val skipped_param" id="row_26_0">state</th>
|
890
|
+
</tr>
|
891
|
+
<tr id="row_27">
|
892
|
+
<td class="val passed" id="row_27_0">passing</td>
|
893
|
+
</tr>
|
894
|
+
</table>
|
895
|
+
</div>
|
685
896
|
</div>
|
686
897
|
</div>
|
687
898
|
<div class="feature">
|
688
|
-
<h2>
|
899
|
+
<h2>
|
900
|
+
<span class="val">Feature: Outline Sample</span>
|
901
|
+
</h2>
|
689
902
|
<p>
|
690
903
|
</p>
|
691
904
|
<div class="scenario">
|
692
|
-
<h3>
|
905
|
+
<h3>
|
906
|
+
<span class="keyword">Scenario:</span>
|
907
|
+
<span class="val">I have no steps</span>
|
908
|
+
</h3>
|
693
909
|
<ol>
|
694
910
|
</ol>
|
695
911
|
</div>
|
696
|
-
<div class="scenario">
|
697
|
-
<h3>
|
912
|
+
<div class="scenario outline">
|
913
|
+
<h3>
|
914
|
+
<span class="keyword">Scenario Outline:</span>
|
915
|
+
<span class="val">Test state</span>
|
916
|
+
</h3>
|
698
917
|
<ol>
|
699
918
|
<li class="step skipped" id="features_outline_sample_feature_6">
|
700
919
|
<div>
|
701
|
-
Given
|
920
|
+
<span class="keyword">Given</span>
|
921
|
+
<span class="step val">
|
922
|
+
<state> without a table </span>
|
923
|
+
</div>
|
702
924
|
</li>
|
703
925
|
<li class="step skipped" id="features_outline_sample_feature_7">
|
704
926
|
<div>
|
705
|
-
Given
|
927
|
+
<span class="keyword">Given</span>
|
928
|
+
<span class="step val">
|
929
|
+
<other_state> without a table </span>
|
930
|
+
</div>
|
706
931
|
</li>
|
707
932
|
</ol>
|
708
|
-
<
|
709
|
-
|
710
|
-
<
|
711
|
-
<
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
<
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
<
|
720
|
-
<
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
<
|
728
|
-
|
729
|
-
|
730
|
-
<td class="failed" id="row_12_0">failing</td>
|
731
|
-
<td class="skipped" id="row_12_1">passing</td>
|
732
|
-
</tr>
|
733
|
-
<tr>
|
734
|
-
<td class="failed" colspan="2">
|
735
|
-
<pre>
|
933
|
+
<div class="examples">
|
934
|
+
<h4>Examples: Rainbow colours</h4>
|
935
|
+
<table>
|
936
|
+
<tr id="row_9">
|
937
|
+
<th class="val skipped_param" id="row_9_0">state</th>
|
938
|
+
<th class="val skipped_param" id="row_9_1">other_state</th>
|
939
|
+
</tr>
|
940
|
+
<tr id="row_10">
|
941
|
+
<td class="val undefined" id="row_10_0">missing</td>
|
942
|
+
<td class="val skipped" id="row_10_1">passing</td>
|
943
|
+
</tr>
|
944
|
+
<tr id="row_11">
|
945
|
+
<td class="val passed" id="row_11_0">passing</td>
|
946
|
+
<td class="val passed" id="row_11_1">passing</td>
|
947
|
+
</tr>
|
948
|
+
<tr id="row_12">
|
949
|
+
<td class="val failed" id="row_12_0">failing</td>
|
950
|
+
<td class="val skipped" id="row_12_1">passing</td>
|
951
|
+
</tr>
|
952
|
+
<tr>
|
953
|
+
<td class="failed" colspan="2">
|
954
|
+
<pre>
|
736
955
|
FAIL (RuntimeError)
|
737
956
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
738
957
|
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
739
|
-
features/outline_sample.feature:6:in `Given <state> without a table'
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
<
|
745
|
-
<
|
746
|
-
|
747
|
-
<
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
<
|
752
|
-
|
753
|
-
|
958
|
+
features/outline_sample.feature:6:in `Given <state> without a table' </pre>
|
959
|
+
</td>
|
960
|
+
</tr>
|
961
|
+
</table>
|
962
|
+
</div>
|
963
|
+
<div class="examples">
|
964
|
+
<h4>Examples: Only passing</h4>
|
965
|
+
<table>
|
966
|
+
<tr id="row_14">
|
967
|
+
<th class="val skipped_param" id="row_14_0">state</th>
|
968
|
+
<th class="val skipped_param" id="row_14_1">other_state</th>
|
969
|
+
</tr>
|
970
|
+
<tr id="row_15">
|
971
|
+
<td class="val passed" id="row_15_0">passing</td>
|
972
|
+
<td class="val passed" id="row_15_1">passing</td>
|
973
|
+
</tr>
|
974
|
+
</table>
|
975
|
+
</div>
|
754
976
|
</div>
|
755
977
|
</div>
|
756
978
|
<div class="feature">
|
979
|
+
<pre class="comment">
|
980
|
+
# Feature comment
|
981
|
+
</pre>
|
757
982
|
<span class="tag">@one</span>
|
758
|
-
<h2>
|
983
|
+
<h2>
|
984
|
+
<span class="val">Feature: Sample</span>
|
985
|
+
</h2>
|
759
986
|
<p>
|
760
987
|
</p>
|
761
988
|
<div class="scenario">
|
762
989
|
<span class="tag">@two</span>
|
763
990
|
<span class="tag">@three</span>
|
764
|
-
<h3>
|
991
|
+
<h3>
|
992
|
+
<span class="keyword">Scenario:</span>
|
993
|
+
<span class="val">Missing</span>
|
994
|
+
</h3>
|
765
995
|
<ol>
|
766
|
-
<li class="step undefined" id="
|
996
|
+
<li class="step undefined" id="features_sample_feature_7">
|
767
997
|
<div>
|
768
|
-
Given
|
769
|
-
|
770
|
-
|
998
|
+
<span class="keyword">Given</span>
|
999
|
+
<span class="step val">
|
1000
|
+
missing </span>
|
1001
|
+
</div>
|
771
1002
|
</li>
|
772
1003
|
</ol>
|
773
1004
|
</div>
|
774
1005
|
<div class="scenario">
|
1006
|
+
<pre class="comment">
|
1007
|
+
# Scenario comment
|
1008
|
+
</pre>
|
775
1009
|
<span class="tag">@three</span>
|
776
|
-
<h3>
|
1010
|
+
<h3>
|
1011
|
+
<span class="keyword">Scenario:</span>
|
1012
|
+
<span class="val">Passing</span>
|
1013
|
+
</h3>
|
777
1014
|
<ol>
|
778
|
-
<li class="step passed" id="
|
1015
|
+
<li class="step passed" id="features_sample_feature_12">
|
779
1016
|
<div>
|
780
|
-
Given
|
1017
|
+
<span class="keyword">Given</span>
|
1018
|
+
<span class="step val">
|
1019
|
+
passing </span>
|
1020
|
+
</div>
|
781
1021
|
<table>
|
782
|
-
<tr id="
|
783
|
-
<td id="
|
784
|
-
<td id="
|
1022
|
+
<tr id="row_13">
|
1023
|
+
<td class="val" id="row_13_0">a</td>
|
1024
|
+
<td class="val" id="row_13_1">b</td>
|
785
1025
|
</tr>
|
786
|
-
<tr id="
|
787
|
-
<td id="
|
788
|
-
<td id="
|
1026
|
+
<tr id="row_14">
|
1027
|
+
<td class="val" id="row_14_0">c</td>
|
1028
|
+
<td class="val" id="row_14_1">d</td>
|
789
1029
|
</tr>
|
790
1030
|
</table>
|
791
1031
|
</li>
|
@@ -793,53 +1033,75 @@ Given passing </div>
|
|
793
1033
|
</div>
|
794
1034
|
<div class="scenario">
|
795
1035
|
<span class="tag">@four</span>
|
796
|
-
<h3>
|
1036
|
+
<h3>
|
1037
|
+
<span class="keyword">Scenario:</span>
|
1038
|
+
<span class="val">Failing</span>
|
1039
|
+
</h3>
|
797
1040
|
<ol>
|
798
|
-
<li class="step failed" id="
|
1041
|
+
<li class="step failed" id="features_sample_feature_18">
|
799
1042
|
<div>
|
800
|
-
Given
|
801
|
-
|
1043
|
+
<span class="keyword">Given</span>
|
1044
|
+
<span class="step val">
|
1045
|
+
failing </span>
|
1046
|
+
</div>
|
1047
|
+
<pre class="val">
|
802
1048
|
hello </pre>
|
803
1049
|
<pre class="failed">FAIL (RuntimeError)
|
804
1050
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
805
1051
|
./features/step_definitions/sample_steps.rb:9:in `/^failing$/'
|
806
|
-
features/sample.feature:
|
1052
|
+
features/sample.feature:18:in `Given failing'</pre>
|
807
1053
|
</li>
|
808
1054
|
</ol>
|
809
1055
|
</div>
|
810
1056
|
</div>
|
811
1057
|
<div class="feature">
|
812
|
-
<h2>
|
1058
|
+
<h2>
|
1059
|
+
<span class="val">Feature: search examples</span>
|
1060
|
+
</h2>
|
813
1061
|
<p>
|
814
1062
|
</p>
|
815
1063
|
<div class="background">
|
816
|
-
<h3>
|
1064
|
+
<h3>
|
1065
|
+
<span class="keyword">Background:</span>
|
1066
|
+
<span class="val">Hantu Pisang background match</span>
|
1067
|
+
</h3>
|
817
1068
|
<ol>
|
818
1069
|
<li class="step passed" id="features_search_sample_feature_4">
|
819
1070
|
<div>
|
820
|
-
Given
|
1071
|
+
<span class="keyword">Given</span>
|
1072
|
+
<span class="step val">
|
1073
|
+
passing without a table </span>
|
1074
|
+
</div>
|
821
1075
|
</li>
|
822
1076
|
</ol>
|
823
1077
|
</div>
|
824
1078
|
<div class="scenario">
|
825
|
-
<h3>
|
1079
|
+
<h3>
|
1080
|
+
<span class="keyword">Scenario:</span>
|
1081
|
+
<span class="val">should match Hantu Pisang</span>
|
1082
|
+
</h3>
|
826
1083
|
<ol>
|
827
|
-
<li class="step passed" id="features_search_sample_feature_4">
|
828
|
-
</li>
|
829
1084
|
<li class="step passed" id="features_search_sample_feature_7">
|
830
1085
|
<div>
|
831
|
-
Given
|
1086
|
+
<span class="keyword">Given</span>
|
1087
|
+
<span class="step val">
|
1088
|
+
passing without a table </span>
|
1089
|
+
</div>
|
832
1090
|
</li>
|
833
1091
|
</ol>
|
834
1092
|
</div>
|
835
1093
|
<div class="scenario">
|
836
|
-
<h3>
|
1094
|
+
<h3>
|
1095
|
+
<span class="keyword">Scenario:</span>
|
1096
|
+
<span class="val">Ignore me</span>
|
1097
|
+
</h3>
|
837
1098
|
<ol>
|
838
|
-
<li class="step passed" id="features_search_sample_feature_4">
|
839
|
-
</li>
|
840
1099
|
<li class="step failed" id="features_search_sample_feature_10">
|
841
1100
|
<div>
|
842
|
-
Given
|
1101
|
+
<span class="keyword">Given</span>
|
1102
|
+
<span class="step val">
|
1103
|
+
failing without a table </span>
|
1104
|
+
</div>
|
843
1105
|
<pre class="failed">FAIL (RuntimeError)
|
844
1106
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
845
1107
|
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
@@ -847,331 +1109,519 @@ features/search_sample.feature:10:in `Given failing without a table'</pre>
|
|
847
1109
|
</li>
|
848
1110
|
</ol>
|
849
1111
|
</div>
|
850
|
-
<div class="scenario">
|
851
|
-
<h3>
|
1112
|
+
<div class="scenario outline">
|
1113
|
+
<h3>
|
1114
|
+
<span class="keyword">Scenario Outline:</span>
|
1115
|
+
<span class="val">Ignore me</span>
|
1116
|
+
</h3>
|
852
1117
|
<ol>
|
853
1118
|
<li class="step skipped" id="features_search_sample_feature_13">
|
854
1119
|
<div>
|
855
|
-
Given
|
1120
|
+
<span class="keyword">Given</span>
|
1121
|
+
<span class="step val">
|
1122
|
+
<state> without a table </span>
|
1123
|
+
</div>
|
856
1124
|
</li>
|
857
1125
|
</ol>
|
858
|
-
<
|
859
|
-
|
860
|
-
<
|
861
|
-
<
|
862
|
-
|
863
|
-
|
864
|
-
<
|
865
|
-
|
866
|
-
|
867
|
-
<
|
868
|
-
<
|
1126
|
+
<div class="examples">
|
1127
|
+
<h4>Examples: </h4>
|
1128
|
+
<table>
|
1129
|
+
<tr id="row_15">
|
1130
|
+
<th class="val skipped_param" id="row_15_0">state</th>
|
1131
|
+
</tr>
|
1132
|
+
<tr id="row_16">
|
1133
|
+
<td class="val failed" id="row_16_0">failing</td>
|
1134
|
+
</tr>
|
1135
|
+
<tr>
|
1136
|
+
<td class="failed" colspan="1">
|
1137
|
+
<pre>
|
869
1138
|
FAIL (RuntimeError)
|
870
1139
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
871
1140
|
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
872
|
-
features/search_sample.feature:13:in `Given <state> without a table'
|
873
|
-
|
874
|
-
|
875
|
-
|
1141
|
+
features/search_sample.feature:13:in `Given <state> without a table' </pre>
|
1142
|
+
</td>
|
1143
|
+
</tr>
|
1144
|
+
</table>
|
1145
|
+
</div>
|
876
1146
|
</div>
|
877
|
-
<div class="scenario">
|
878
|
-
<h3>
|
1147
|
+
<div class="scenario outline">
|
1148
|
+
<h3>
|
1149
|
+
<span class="keyword">Scenario Outline:</span>
|
1150
|
+
<span class="val">Hantu Pisang match</span>
|
1151
|
+
</h3>
|
879
1152
|
<ol>
|
880
1153
|
<li class="step skipped" id="features_search_sample_feature_19">
|
881
1154
|
<div>
|
882
|
-
Given
|
1155
|
+
<span class="keyword">Given</span>
|
1156
|
+
<span class="step val">
|
1157
|
+
<state> without a table </span>
|
1158
|
+
</div>
|
883
1159
|
</li>
|
884
1160
|
</ol>
|
885
|
-
<
|
886
|
-
|
887
|
-
<
|
888
|
-
<
|
889
|
-
|
890
|
-
|
891
|
-
<
|
892
|
-
|
893
|
-
|
1161
|
+
<div class="examples">
|
1162
|
+
<h4>Examples: </h4>
|
1163
|
+
<table>
|
1164
|
+
<tr id="row_21">
|
1165
|
+
<th class="val skipped_param" id="row_21_0">state</th>
|
1166
|
+
</tr>
|
1167
|
+
<tr id="row_22">
|
1168
|
+
<td class="val passed" id="row_22_0">passing</td>
|
1169
|
+
</tr>
|
1170
|
+
</table>
|
1171
|
+
</div>
|
894
1172
|
</div>
|
895
|
-
<div class="scenario">
|
896
|
-
<h3>
|
1173
|
+
<div class="scenario outline">
|
1174
|
+
<h3>
|
1175
|
+
<span class="keyword">Scenario Outline:</span>
|
1176
|
+
<span class="val">no match in name but in examples</span>
|
1177
|
+
</h3>
|
897
1178
|
<ol>
|
898
1179
|
<li class="step skipped" id="features_search_sample_feature_25">
|
899
1180
|
<div>
|
900
|
-
Given
|
1181
|
+
<span class="keyword">Given</span>
|
1182
|
+
<span class="step val">
|
1183
|
+
<state> without a table </span>
|
1184
|
+
</div>
|
901
1185
|
</li>
|
902
1186
|
</ol>
|
903
|
-
<
|
904
|
-
|
905
|
-
<
|
906
|
-
<
|
907
|
-
|
908
|
-
|
909
|
-
<
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
1187
|
+
<div class="examples">
|
1188
|
+
<h4>Examples: Hantu Pisang</h4>
|
1189
|
+
<table>
|
1190
|
+
<tr id="row_27">
|
1191
|
+
<th class="val skipped_param" id="row_27_0">state</th>
|
1192
|
+
</tr>
|
1193
|
+
<tr id="row_28">
|
1194
|
+
<td class="val passed" id="row_28_0">passing</td>
|
1195
|
+
</tr>
|
1196
|
+
</table>
|
1197
|
+
</div>
|
1198
|
+
<div class="examples">
|
1199
|
+
<h4>Examples: Ignore me</h4>
|
1200
|
+
<table>
|
1201
|
+
<tr id="row_31">
|
1202
|
+
<th class="val skipped_param" id="row_31_0">state</th>
|
1203
|
+
</tr>
|
1204
|
+
<tr id="row_32">
|
1205
|
+
<td class="val failed" id="row_32_0">failing</td>
|
1206
|
+
</tr>
|
1207
|
+
<tr>
|
1208
|
+
<td class="failed" colspan="1">
|
1209
|
+
<pre>
|
923
1210
|
FAIL (RuntimeError)
|
924
1211
|
./features/step_definitions/sample_steps.rb:2:in `flunker'
|
925
1212
|
./features/step_definitions/sample_steps.rb:16:in `/^failing without a table$/'
|
926
|
-
features/search_sample.feature:25:in `Given <state> without a table'
|
927
|
-
|
928
|
-
|
929
|
-
|
1213
|
+
features/search_sample.feature:25:in `Given <state> without a table' </pre>
|
1214
|
+
</td>
|
1215
|
+
</tr>
|
1216
|
+
</table>
|
1217
|
+
</div>
|
930
1218
|
</div>
|
931
1219
|
</div>
|
932
1220
|
<div class="feature">
|
933
1221
|
<span class="tag">@lots</span>
|
934
|
-
<h2>
|
1222
|
+
<h2>
|
1223
|
+
<span class="val">Feature: Tons of cukes</span>
|
1224
|
+
</h2>
|
935
1225
|
<p>
|
936
1226
|
</p>
|
937
1227
|
<div class="scenario">
|
938
|
-
<h3>
|
1228
|
+
<h3>
|
1229
|
+
<span class="keyword">Scenario:</span>
|
1230
|
+
<span class="val">Lots and lots</span>
|
1231
|
+
</h3>
|
939
1232
|
<ol>
|
940
1233
|
<li class="step passed" id="features_tons_of_cukes_feature_4">
|
941
1234
|
<div>
|
942
|
-
|
1235
|
+
<span class="keyword">Given</span>
|
1236
|
+
<span class="step val">
|
1237
|
+
'<span class="param">2</span>' cukes </span>
|
1238
|
+
</div>
|
943
1239
|
</li>
|
944
1240
|
<li class="step failed" id="features_tons_of_cukes_feature_5">
|
945
1241
|
<div>
|
946
|
-
|
1242
|
+
<span class="keyword">Given</span>
|
1243
|
+
<span class="step val">
|
1244
|
+
'<span class="param">2</span>' cukes </span>
|
1245
|
+
</div>
|
947
1246
|
<pre class="failed">We already have 2 cukes! (RuntimeError)
|
948
1247
|
./features/step_definitions/sample_steps.rb:28:in `/^'(.+)' cukes$/'
|
949
1248
|
features/tons_of_cukes.feature:5:in `Given '2' cukes'</pre>
|
950
1249
|
</li>
|
951
1250
|
<li class="step skipped" id="features_tons_of_cukes_feature_6">
|
952
1251
|
<div>
|
953
|
-
|
1252
|
+
<span class="keyword">Given</span>
|
1253
|
+
<span class="step val">
|
1254
|
+
'<span class="param">2</span>' cukes </span>
|
1255
|
+
</div>
|
954
1256
|
</li>
|
955
1257
|
<li class="step skipped" id="features_tons_of_cukes_feature_7">
|
956
1258
|
<div>
|
957
|
-
|
1259
|
+
<span class="keyword">Given</span>
|
1260
|
+
<span class="step val">
|
1261
|
+
'<span class="param">2</span>' cukes </span>
|
1262
|
+
</div>
|
958
1263
|
</li>
|
959
1264
|
<li class="step skipped" id="features_tons_of_cukes_feature_8">
|
960
1265
|
<div>
|
961
|
-
|
1266
|
+
<span class="keyword">Given</span>
|
1267
|
+
<span class="step val">
|
1268
|
+
'<span class="param">2</span>' cukes </span>
|
1269
|
+
</div>
|
962
1270
|
</li>
|
963
1271
|
<li class="step skipped" id="features_tons_of_cukes_feature_9">
|
964
1272
|
<div>
|
965
|
-
|
1273
|
+
<span class="keyword">Given</span>
|
1274
|
+
<span class="step val">
|
1275
|
+
'<span class="param">2</span>' cukes </span>
|
1276
|
+
</div>
|
966
1277
|
</li>
|
967
1278
|
<li class="step skipped" id="features_tons_of_cukes_feature_10">
|
968
1279
|
<div>
|
969
|
-
|
1280
|
+
<span class="keyword">Given</span>
|
1281
|
+
<span class="step val">
|
1282
|
+
'<span class="param">2</span>' cukes </span>
|
1283
|
+
</div>
|
970
1284
|
</li>
|
971
1285
|
<li class="step skipped" id="features_tons_of_cukes_feature_11">
|
972
1286
|
<div>
|
973
|
-
|
1287
|
+
<span class="keyword">Given</span>
|
1288
|
+
<span class="step val">
|
1289
|
+
'<span class="param">2</span>' cukes </span>
|
1290
|
+
</div>
|
974
1291
|
</li>
|
975
1292
|
<li class="step skipped" id="features_tons_of_cukes_feature_12">
|
976
1293
|
<div>
|
977
|
-
|
1294
|
+
<span class="keyword">Given</span>
|
1295
|
+
<span class="step val">
|
1296
|
+
'<span class="param">2</span>' cukes </span>
|
1297
|
+
</div>
|
978
1298
|
</li>
|
979
1299
|
<li class="step skipped" id="features_tons_of_cukes_feature_13">
|
980
1300
|
<div>
|
981
|
-
|
1301
|
+
<span class="keyword">Given</span>
|
1302
|
+
<span class="step val">
|
1303
|
+
'<span class="param">2</span>' cukes </span>
|
1304
|
+
</div>
|
982
1305
|
</li>
|
983
1306
|
<li class="step skipped" id="features_tons_of_cukes_feature_14">
|
984
1307
|
<div>
|
985
|
-
|
1308
|
+
<span class="keyword">Given</span>
|
1309
|
+
<span class="step val">
|
1310
|
+
'<span class="param">2</span>' cukes </span>
|
1311
|
+
</div>
|
986
1312
|
</li>
|
987
1313
|
<li class="step skipped" id="features_tons_of_cukes_feature_15">
|
988
1314
|
<div>
|
989
|
-
|
1315
|
+
<span class="keyword">Given</span>
|
1316
|
+
<span class="step val">
|
1317
|
+
'<span class="param">2</span>' cukes </span>
|
1318
|
+
</div>
|
990
1319
|
</li>
|
991
1320
|
<li class="step skipped" id="features_tons_of_cukes_feature_16">
|
992
1321
|
<div>
|
993
|
-
|
1322
|
+
<span class="keyword">Given</span>
|
1323
|
+
<span class="step val">
|
1324
|
+
'<span class="param">2</span>' cukes </span>
|
1325
|
+
</div>
|
994
1326
|
</li>
|
995
1327
|
<li class="step skipped" id="features_tons_of_cukes_feature_17">
|
996
1328
|
<div>
|
997
|
-
|
1329
|
+
<span class="keyword">Given</span>
|
1330
|
+
<span class="step val">
|
1331
|
+
'<span class="param">2</span>' cukes </span>
|
1332
|
+
</div>
|
998
1333
|
</li>
|
999
1334
|
<li class="step skipped" id="features_tons_of_cukes_feature_18">
|
1000
1335
|
<div>
|
1001
|
-
|
1336
|
+
<span class="keyword">Given</span>
|
1337
|
+
<span class="step val">
|
1338
|
+
'<span class="param">2</span>' cukes </span>
|
1339
|
+
</div>
|
1002
1340
|
</li>
|
1003
1341
|
<li class="step skipped" id="features_tons_of_cukes_feature_19">
|
1004
1342
|
<div>
|
1005
|
-
|
1343
|
+
<span class="keyword">Given</span>
|
1344
|
+
<span class="step val">
|
1345
|
+
'<span class="param">2</span>' cukes </span>
|
1346
|
+
</div>
|
1006
1347
|
</li>
|
1007
1348
|
<li class="step skipped" id="features_tons_of_cukes_feature_20">
|
1008
1349
|
<div>
|
1009
|
-
|
1350
|
+
<span class="keyword">Given</span>
|
1351
|
+
<span class="step val">
|
1352
|
+
'<span class="param">2</span>' cukes </span>
|
1353
|
+
</div>
|
1010
1354
|
</li>
|
1011
1355
|
<li class="step skipped" id="features_tons_of_cukes_feature_21">
|
1012
1356
|
<div>
|
1013
|
-
|
1357
|
+
<span class="keyword">Given</span>
|
1358
|
+
<span class="step val">
|
1359
|
+
'<span class="param">2</span>' cukes </span>
|
1360
|
+
</div>
|
1014
1361
|
</li>
|
1015
1362
|
<li class="step skipped" id="features_tons_of_cukes_feature_22">
|
1016
1363
|
<div>
|
1017
|
-
|
1364
|
+
<span class="keyword">Given</span>
|
1365
|
+
<span class="step val">
|
1366
|
+
'<span class="param">2</span>' cukes </span>
|
1367
|
+
</div>
|
1018
1368
|
</li>
|
1019
1369
|
<li class="step skipped" id="features_tons_of_cukes_feature_23">
|
1020
1370
|
<div>
|
1021
|
-
|
1371
|
+
<span class="keyword">Given</span>
|
1372
|
+
<span class="step val">
|
1373
|
+
'<span class="param">2</span>' cukes </span>
|
1374
|
+
</div>
|
1022
1375
|
</li>
|
1023
1376
|
<li class="step skipped" id="features_tons_of_cukes_feature_24">
|
1024
1377
|
<div>
|
1025
|
-
|
1378
|
+
<span class="keyword">Given</span>
|
1379
|
+
<span class="step val">
|
1380
|
+
'<span class="param">2</span>' cukes </span>
|
1381
|
+
</div>
|
1026
1382
|
</li>
|
1027
1383
|
<li class="step skipped" id="features_tons_of_cukes_feature_25">
|
1028
1384
|
<div>
|
1029
|
-
|
1385
|
+
<span class="keyword">Given</span>
|
1386
|
+
<span class="step val">
|
1387
|
+
'<span class="param">2</span>' cukes </span>
|
1388
|
+
</div>
|
1030
1389
|
</li>
|
1031
1390
|
<li class="step skipped" id="features_tons_of_cukes_feature_26">
|
1032
1391
|
<div>
|
1033
|
-
|
1392
|
+
<span class="keyword">Given</span>
|
1393
|
+
<span class="step val">
|
1394
|
+
'<span class="param">2</span>' cukes </span>
|
1395
|
+
</div>
|
1034
1396
|
</li>
|
1035
1397
|
<li class="step skipped" id="features_tons_of_cukes_feature_27">
|
1036
1398
|
<div>
|
1037
|
-
|
1399
|
+
<span class="keyword">Given</span>
|
1400
|
+
<span class="step val">
|
1401
|
+
'<span class="param">2</span>' cukes </span>
|
1402
|
+
</div>
|
1038
1403
|
</li>
|
1039
1404
|
<li class="step skipped" id="features_tons_of_cukes_feature_28">
|
1040
1405
|
<div>
|
1041
|
-
|
1406
|
+
<span class="keyword">Given</span>
|
1407
|
+
<span class="step val">
|
1408
|
+
'<span class="param">2</span>' cukes </span>
|
1409
|
+
</div>
|
1042
1410
|
</li>
|
1043
1411
|
<li class="step skipped" id="features_tons_of_cukes_feature_29">
|
1044
1412
|
<div>
|
1045
|
-
|
1413
|
+
<span class="keyword">Given</span>
|
1414
|
+
<span class="step val">
|
1415
|
+
'<span class="param">2</span>' cukes </span>
|
1416
|
+
</div>
|
1046
1417
|
</li>
|
1047
1418
|
<li class="step skipped" id="features_tons_of_cukes_feature_30">
|
1048
1419
|
<div>
|
1049
|
-
|
1420
|
+
<span class="keyword">Given</span>
|
1421
|
+
<span class="step val">
|
1422
|
+
'<span class="param">2</span>' cukes </span>
|
1423
|
+
</div>
|
1050
1424
|
</li>
|
1051
1425
|
<li class="step skipped" id="features_tons_of_cukes_feature_31">
|
1052
1426
|
<div>
|
1053
|
-
|
1427
|
+
<span class="keyword">Given</span>
|
1428
|
+
<span class="step val">
|
1429
|
+
'<span class="param">2</span>' cukes </span>
|
1430
|
+
</div>
|
1054
1431
|
</li>
|
1055
1432
|
<li class="step skipped" id="features_tons_of_cukes_feature_32">
|
1056
1433
|
<div>
|
1057
|
-
|
1434
|
+
<span class="keyword">Given</span>
|
1435
|
+
<span class="step val">
|
1436
|
+
'<span class="param">2</span>' cukes </span>
|
1437
|
+
</div>
|
1058
1438
|
</li>
|
1059
1439
|
<li class="step skipped" id="features_tons_of_cukes_feature_33">
|
1060
1440
|
<div>
|
1061
|
-
|
1441
|
+
<span class="keyword">Given</span>
|
1442
|
+
<span class="step val">
|
1443
|
+
'<span class="param">2</span>' cukes </span>
|
1444
|
+
</div>
|
1062
1445
|
</li>
|
1063
1446
|
<li class="step skipped" id="features_tons_of_cukes_feature_34">
|
1064
1447
|
<div>
|
1065
|
-
|
1448
|
+
<span class="keyword">Given</span>
|
1449
|
+
<span class="step val">
|
1450
|
+
'<span class="param">2</span>' cukes </span>
|
1451
|
+
</div>
|
1066
1452
|
</li>
|
1067
1453
|
<li class="step skipped" id="features_tons_of_cukes_feature_35">
|
1068
1454
|
<div>
|
1069
|
-
|
1455
|
+
<span class="keyword">Given</span>
|
1456
|
+
<span class="step val">
|
1457
|
+
'<span class="param">2</span>' cukes </span>
|
1458
|
+
</div>
|
1070
1459
|
</li>
|
1071
1460
|
<li class="step skipped" id="features_tons_of_cukes_feature_36">
|
1072
1461
|
<div>
|
1073
|
-
|
1462
|
+
<span class="keyword">Given</span>
|
1463
|
+
<span class="step val">
|
1464
|
+
'<span class="param">2</span>' cukes </span>
|
1465
|
+
</div>
|
1074
1466
|
</li>
|
1075
1467
|
<li class="step skipped" id="features_tons_of_cukes_feature_37">
|
1076
1468
|
<div>
|
1077
|
-
|
1469
|
+
<span class="keyword">Given</span>
|
1470
|
+
<span class="step val">
|
1471
|
+
'<span class="param">2</span>' cukes </span>
|
1472
|
+
</div>
|
1078
1473
|
</li>
|
1079
1474
|
<li class="step skipped" id="features_tons_of_cukes_feature_38">
|
1080
1475
|
<div>
|
1081
|
-
|
1476
|
+
<span class="keyword">Given</span>
|
1477
|
+
<span class="step val">
|
1478
|
+
'<span class="param">2</span>' cukes </span>
|
1479
|
+
</div>
|
1082
1480
|
</li>
|
1083
1481
|
<li class="step skipped" id="features_tons_of_cukes_feature_39">
|
1084
1482
|
<div>
|
1085
|
-
|
1483
|
+
<span class="keyword">Given</span>
|
1484
|
+
<span class="step val">
|
1485
|
+
'<span class="param">2</span>' cukes </span>
|
1486
|
+
</div>
|
1086
1487
|
</li>
|
1087
1488
|
<li class="step skipped" id="features_tons_of_cukes_feature_40">
|
1088
1489
|
<div>
|
1089
|
-
|
1490
|
+
<span class="keyword">Given</span>
|
1491
|
+
<span class="step val">
|
1492
|
+
'<span class="param">2</span>' cukes </span>
|
1493
|
+
</div>
|
1090
1494
|
</li>
|
1091
1495
|
<li class="step skipped" id="features_tons_of_cukes_feature_41">
|
1092
1496
|
<div>
|
1093
|
-
|
1497
|
+
<span class="keyword">Given</span>
|
1498
|
+
<span class="step val">
|
1499
|
+
'<span class="param">2</span>' cukes </span>
|
1500
|
+
</div>
|
1094
1501
|
</li>
|
1095
1502
|
<li class="step skipped" id="features_tons_of_cukes_feature_42">
|
1096
1503
|
<div>
|
1097
|
-
|
1504
|
+
<span class="keyword">Given</span>
|
1505
|
+
<span class="step val">
|
1506
|
+
'<span class="param">2</span>' cukes </span>
|
1507
|
+
</div>
|
1098
1508
|
</li>
|
1099
1509
|
<li class="step skipped" id="features_tons_of_cukes_feature_43">
|
1100
1510
|
<div>
|
1101
|
-
|
1511
|
+
<span class="keyword">Given</span>
|
1512
|
+
<span class="step val">
|
1513
|
+
'<span class="param">2</span>' cukes </span>
|
1514
|
+
</div>
|
1102
1515
|
</li>
|
1103
1516
|
<li class="step skipped" id="features_tons_of_cukes_feature_44">
|
1104
1517
|
<div>
|
1105
|
-
|
1518
|
+
<span class="keyword">Given</span>
|
1519
|
+
<span class="step val">
|
1520
|
+
'<span class="param">2</span>' cukes </span>
|
1521
|
+
</div>
|
1106
1522
|
</li>
|
1107
1523
|
<li class="step skipped" id="features_tons_of_cukes_feature_45">
|
1108
1524
|
<div>
|
1109
|
-
|
1525
|
+
<span class="keyword">Given</span>
|
1526
|
+
<span class="step val">
|
1527
|
+
'<span class="param">2</span>' cukes </span>
|
1528
|
+
</div>
|
1110
1529
|
</li>
|
1111
1530
|
<li class="step skipped" id="features_tons_of_cukes_feature_46">
|
1112
1531
|
<div>
|
1113
|
-
|
1532
|
+
<span class="keyword">Given</span>
|
1533
|
+
<span class="step val">
|
1534
|
+
'<span class="param">2</span>' cukes </span>
|
1535
|
+
</div>
|
1114
1536
|
</li>
|
1115
1537
|
<li class="step skipped" id="features_tons_of_cukes_feature_47">
|
1116
1538
|
<div>
|
1117
|
-
|
1539
|
+
<span class="keyword">Given</span>
|
1540
|
+
<span class="step val">
|
1541
|
+
'<span class="param">2</span>' cukes </span>
|
1542
|
+
</div>
|
1118
1543
|
</li>
|
1119
1544
|
<li class="step skipped" id="features_tons_of_cukes_feature_48">
|
1120
1545
|
<div>
|
1121
|
-
|
1546
|
+
<span class="keyword">Given</span>
|
1547
|
+
<span class="step val">
|
1548
|
+
'<span class="param">2</span>' cukes </span>
|
1549
|
+
</div>
|
1122
1550
|
</li>
|
1123
1551
|
<li class="step skipped" id="features_tons_of_cukes_feature_49">
|
1124
1552
|
<div>
|
1125
|
-
|
1553
|
+
<span class="keyword">Given</span>
|
1554
|
+
<span class="step val">
|
1555
|
+
'<span class="param">2</span>' cukes </span>
|
1556
|
+
</div>
|
1126
1557
|
</li>
|
1127
1558
|
<li class="step skipped" id="features_tons_of_cukes_feature_50">
|
1128
1559
|
<div>
|
1129
|
-
|
1560
|
+
<span class="keyword">Given</span>
|
1561
|
+
<span class="step val">
|
1562
|
+
'<span class="param">2</span>' cukes </span>
|
1563
|
+
</div>
|
1130
1564
|
</li>
|
1131
1565
|
<li class="step skipped" id="features_tons_of_cukes_feature_51">
|
1132
1566
|
<div>
|
1133
|
-
|
1567
|
+
<span class="keyword">Given</span>
|
1568
|
+
<span class="step val">
|
1569
|
+
'<span class="param">2</span>' cukes </span>
|
1570
|
+
</div>
|
1134
1571
|
</li>
|
1135
1572
|
<li class="step skipped" id="features_tons_of_cukes_feature_52">
|
1136
1573
|
<div>
|
1137
|
-
|
1574
|
+
<span class="keyword">Given</span>
|
1575
|
+
<span class="step val">
|
1576
|
+
'<span class="param">2</span>' cukes </span>
|
1577
|
+
</div>
|
1138
1578
|
</li>
|
1139
1579
|
</ol>
|
1140
1580
|
</div>
|
1141
1581
|
</div>
|
1142
1582
|
<div class="feature">
|
1143
|
-
<h2>
|
1583
|
+
<h2>
|
1584
|
+
<span class="val">Feature: undefined multiline args</span>
|
1585
|
+
</h2>
|
1144
1586
|
<p>
|
1145
1587
|
</p>
|
1146
1588
|
<div class="scenario">
|
1147
|
-
<h3>
|
1589
|
+
<h3>
|
1590
|
+
<span class="keyword">Scenario:</span>
|
1591
|
+
<span class="val">pystring</span>
|
1592
|
+
</h3>
|
1148
1593
|
<ol>
|
1149
1594
|
<li class="step undefined" id="features_undefined_multiline_args_feature_4">
|
1150
1595
|
<div>
|
1151
|
-
Given
|
1152
|
-
|
1596
|
+
<span class="keyword">Given</span>
|
1597
|
+
<span class="step val">
|
1598
|
+
a pystring </span>
|
1599
|
+
</div>
|
1600
|
+
<pre class="val">
|
1153
1601
|
example </pre>
|
1154
|
-
<pre class="undefined">Undefined step: "a pystring" (Cucumber::Undefined)
|
1155
|
-
features/undefined_multiline_args.feature:4:in `Given a pystring'</pre>
|
1156
1602
|
</li>
|
1157
1603
|
</ol>
|
1158
1604
|
</div>
|
1159
1605
|
<div class="scenario">
|
1160
|
-
<h3>
|
1606
|
+
<h3>
|
1607
|
+
<span class="keyword">Scenario:</span>
|
1608
|
+
<span class="val">table</span>
|
1609
|
+
</h3>
|
1161
1610
|
<ol>
|
1162
1611
|
<li class="step undefined" id="features_undefined_multiline_args_feature_10">
|
1163
1612
|
<div>
|
1164
|
-
Given
|
1613
|
+
<span class="keyword">Given</span>
|
1614
|
+
<span class="step val">
|
1615
|
+
a table </span>
|
1616
|
+
</div>
|
1165
1617
|
<table>
|
1166
1618
|
<tr id="row_11">
|
1167
|
-
<td id="row_11_0">table</td>
|
1619
|
+
<td class="val" id="row_11_0">table</td>
|
1168
1620
|
</tr>
|
1169
1621
|
<tr id="row_12">
|
1170
|
-
<td id="row_12_0">example</td>
|
1622
|
+
<td class="val" id="row_12_0">example</td>
|
1171
1623
|
</tr>
|
1172
1624
|
</table>
|
1173
|
-
<pre class="undefined">Undefined step: "a table" (Cucumber::Undefined)
|
1174
|
-
features/undefined_multiline_args.feature:10:in `Given a table'</pre>
|
1175
1625
|
</li>
|
1176
1626
|
</ol>
|
1177
1627
|
</div>
|