9 строки
		
	
	
	
		
			172 Б
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			9 строки
		
	
	
	
		
			172 Б
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
Feature: single scenario with background
 | 
						|
 | 
						|
  Background: named
 | 
						|
    Given passing step
 | 
						|
    And passing step
 | 
						|
 | 
						|
  Scenario: scenario
 | 
						|
    When passing step
 | 
						|
    Then passing step
 |