Jbehave在生命周期步骤中传递数据

时间:2018-07-14 14:09:02

标签: jbehave jbehave-plugin

在下面的示例中,数据是在场景步骤中传递的,但在生命周期步骤中传递的却是为什么?

Lifecycle:
Before:
Scope: SCENARIO|STORY
Outcome: ANY

When I enter search criteria (<ProfilerEntityName>) on the Search page

Given I navigate to CB Finder
When I select file with Name (<FileName>)
When I delete the file which is currently selected

Scenario: Basic report functionality

When I enter search criteria (<ProfilerEntityName>) on the Search page

Given I navigate to CB Finder
When I select file with Name (<FileName>)
When I delete file which is currently selected

Examples:
| ProfilerEntityName |FileName   |                      
|*              |sha|Call |        

0 个答案:

没有答案
相关问题