有没有办法将包含换行符的参数传递到 Cucumber-JVM 场景中?
作为一种解决方法,我将“\n”字符串放入参数中,并在场景方法的开头用换行符替换它们,但感觉好像有更好的方法。
有没有办法将包含换行符的参数传递到 Cucumber-JVM 场景中?
作为一种解决方法,我将“\n”字符串放入参数中,并在场景方法的开头用换行符替换它们,但感觉好像有更好的方法。
您可以使用三引号来使用文档字符串。从官方 wiki http://cukes.info/step-definitions.html窃取的示例
Given a blog post named "Random" with Markdown body
"""
Some Title, Eh?
==============
Here is the first paragraph of my blog post. Lorem ipsum dolor sit amet,
consectetur adipiscing elit.
"""