黄瓜格式pdf
我刚刚开始使用 Cucumber 并将它们格式化为 pdf 来向客户展示。
有没有办法确保整个场景都集中在一页上? 我可以使用 Cucumber pdf 输出中的某种孤儿/寡妇控件吗?
有时我发现我最终得到的页面上有上一个场景中的一行。这不仅浪费纸张,而且有时在与客户讨论场景时可能会出现问题。
I've just started using Cucumber and formatting them as pdf's to show clients.
Is there a way to make sure a whole Scenario stays together on the one page?
Is there some sort of Orphan/Widow control in the Cucumber pdf output which I could use?
Sometimes I find I end up with a page with one line on it from the last Scenario. Not only is this a waste of paper but it can be sometimes an issue when going through Scenarios with the client.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定是否有任何格式化程序可以满足您的需求,但您始终可以 创建您自己的。
I'm not sure if there are any formatters that do what you are looking for but you can always create your own.