"Behat"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
7번째 줄: 7번째 줄:


==예시==
==예시==
<source lang="cucumber">
<syntaxhighlight lang="cucumber">
Feature: Function to test description
Feature: Function to test description


19번째 줄: 19번째 줄:
     Scenario: Scenario 2
     Scenario: Scenario 2
         ...
         ...
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:34 기준 최신판

1 개요[ | ]

Behat
비햇
  • PHP 언어용 BDD 테스트 프레임워크

 

2 예시[ | ]

Feature: Function to test description

    Free text

    Scenario: Scenario 1
        Given preconditions
        When actions
        Then results

    Scenario: Scenario 2
        ...

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}