abc.feature
创建了两个具有不同用户组的Linux用户userA和userB。 步骤1应该与userA一起运行,而步骤2应该与userB一起运行。
是否可以在多个用户组中进行黄瓜测试?
功能:测试
Scenario Outline : Test user: <Scenario>
Given Step 1 test run with <userA>
And Step 2 test run with <userB>
When running Step 2 change the user group to <userB>