错误:找不到类com.arju.arts.tester.tester

时间:2019-11-28 10:15:04

标签: java selenium junit cucumber

每当我运行我的代码时,它都会引发错误,这是什么问题?enter image description here

package com.arju.arts.tester;



import org.junit.runner.RunWith;

import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;

@RunWith(Cucumber.class)
@CucumberOptions(
        features="com.arju.artsfeature",
        glue="com.arju.arts.stepdefination",
        dryRun=true,
        monochrome=true

        )
public class tester {






}

我尝试使用上面的代码,也请通过链接图像以获得更好的视图

0 个答案:

没有答案