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.
我知道要使用自定义记者需要--format fully.qualified.name.of.MyFormatter。但是我有一个在罐子里的自定义格式化程序。我该如何使用它?有没有CucumberOptions我可以使用的隐藏?
--format fully.qualified.name.of.MyFormatter
CucumberOptions
也许这回答了你的问题。
您首先获得 jar 的完整路径,然后将该路径提供给 --format。