Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中运行了很多 TestNG 测试,但是对于每一个测试,我都需要传递相同的 VM 参数。有什么办法可以将其设置为默认值,这样我每次编写新测试时都不必输入它?
谢谢!
好吧,这很成问题,可能最简单的解决方法是全局设置它们(Preferences -> TestNG -> Run/Debug -> JVM args)。
否则,如果您为测试包创建运行配置,您也可以在此处进行设置。
全局设置参数:Window > Preferences >TestNG > Run/Debug
如果您有多个论点,请用空格分隔它们。