我在 Eclipse 中有一堆 selenium webdriver 测试。如何通过 eclipse 在调试模式下运行它们,以便我可以正确调试它们,而不仅仅是将内容输出到日志?
当我运行测试时,我使用以下命令行:
mvn -Dtest=*testName* test -Dconf=MyPropertis.properties
但我不知道如何通过 Eclipse 做到这一点。
我在 Eclipse 中有一堆 selenium webdriver 测试。如何通过 eclipse 在调试模式下运行它们,以便我可以正确调试它们,而不仅仅是将内容输出到日志?
当我运行测试时,我使用以下命令行:
mvn -Dtest=*testName* test -Dconf=MyPropertis.properties
但我不知道如何通过 Eclipse 做到这一点。