6 lines
		
	
	
		
			151 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			151 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
| 
								 | 
							
								Feature: Browser Demo
							 | 
						||
| 
								 | 
							
								  Scenario: Load test.io web page
							 | 
						||
| 
								 | 
							
								    Given I have a chrome driver
							 | 
						||
| 
								 | 
							
								    When I navigate to test.io
							 | 
						||
| 
								 | 
							
								    Then The page is displayed
							 |