如何在不同的Linux用户中运行黄瓜测试用例

时间:2019-08-07 18:57:34

标签: cucumber-java

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>

0 个答案:

没有答案