Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パラメータを Jbehave ライフサイクルに渡すことはできますか? 以下のように?
Lifecycle: Before: Given I have logged in as <user>
ありがとう!
以下のように、事前定義されたパラメータに対して複数のメタ タグを定義できます。
Lifecycle: Meta: @param 1 2 3 Before: Given I have logged in as <param>
ランタイムからメタ タグ ファイラーをフェッチして、優先するパラメーターを選択します。