Skip to content

Instantly share code, notes, and snippets.

@mustafaileri
Created January 27, 2017 14:55
Show Gist options
  • Save mustafaileri/60cd65c6d0687c2387a5547bf08b6a3c to your computer and use it in GitHub Desktop.
Save mustafaileri/60cd65c6d0687c2387a5547bf08b6a3c to your computer and use it in GitHub Desktop.
Feature: journey
@mink:goutte_session
Scenario Outline: Sayfaların 200 kontrolleri
Given Aşağıdaki sayfaları ("<url>") kontrol ettiğimde
Then Sayfa http durum kodu ("<status code>") dönmelidir
Examples:
| url | status code |
| / | 200 |
| /yeni-urunler | 200 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment