Created
January 27, 2017 14:55
-
-
Save mustafaileri/60cd65c6d0687c2387a5547bf08b6a3c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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