答案 0 :(得分:4)
好,在扔球之前,您需要像照相机一样调整它的方向:
package Runner;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(
features="Feature",
glue={"stepDefn"},
plugin = { "pretty", "html:target/cucumber-reports"},
tags="@CO_Login_Test_ClaimAssistant" ,
dryRun= true ,
monochrome = true
)public class TestRunner {}
如果对象沿Z轴,则该对象应起作用。否则,我们需要对其进行一些旋转。