You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: one feature in a subdirectory, one passing scenario, one failing scenario
120
118
When I run `cucumber --format junit --out tmp/ features/some_subdirectory/one_passing_one_failing.feature --require features`
121
119
Then it should fail with:
@@ -260,7 +258,6 @@ can't convert .* into String \(TypeError\)
260
258
You *must* specify --out DIR for the junit formatter
261
259
"""
262
260
263
-
@spawn
264
261
Scenario: strict mode, one feature, one scenario outline, four examples: one passing, one failing, one pending, one undefined
265
262
When I run `cucumber --strict --format junit --out tmp/ features/scenario_outline.feature`
266
263
Then it should fail with:
@@ -339,7 +336,6 @@ You *must* specify --out DIR for the junit formatter
339
336
340
337
"""
341
338
342
-
@spawn
343
339
Scenario: strict mode with --expand option, one feature, one scenario outline, four examples: one passing, one failing, one pending, one undefined
344
340
When I run `cucumber --strict --expand --format junit --out tmp/ features/scenario_outline.feature`
345
341
Then it should fail with exactly:
@@ -418,7 +414,6 @@ You *must* specify --out DIR for the junit formatter
418
414
419
415
"""
420
416
421
-
@spawn
422
417
Scenario: run test cases from different features interweaved
423
418
When I run `cucumber --format junit --out tmp/ features/one_passing_one_failing.feature:3 features/pending.feature:3 features/one_passing_one_failing.feature:6`
0 commit comments