JBehaveで次のシナリオの@datasetタグの値を取得する方法はありますか?
Scenario: Open/close chat and send messages
@dataset set2
Given user is logged into the system
When user opens chat
...
私はもう試した
@BeforeScenario
public void getdata(@Named("dataset") String dataset) {
System.out.println(dataset);
ただし、@datasetが特定のシナリオに対して定義されている場合は機能しません。