标签: selenium testng
http://i.stack.imgur.com/DWLeI.png我试图在@Test注释中使用'priority'。 显示为“注释类型Test的属性优先级未定义”。 “优先级”未列在可用的修订列表中。
答案 0 :(得分:3)
您似乎正在使用错误的测试类。您导入的org.junit.test不支持@priority参数。而是使用import org.testng.annotations.Test
import org.testng.annotations.Test