gpt4 book ai didi

java - GherkinDocument 到 Gherkin 原始文本

转载 作者:行者123 更新时间:2023-11-30 02:38:27 25 4
gpt4 key购买 nike

我想使用 gherkin parser 将用户在前端创建的所有 Gherkin 功能文件存储为后端的 GherkinDocuments 。保存后,我还希望能够在前端显示原始小 cucumber 文档。我已通读文档,但找不到任何将 GherkinDocument 转换回原始文本的内置内容。 toString() 方法也不会被重载来打印。有没有办法在 Gherkin 解析器中将 GherkinDocument 对象转换为原始文本?

我希望能够保留尽可能多的原始格式。通常我会编写自己的实用程序来执行此操作,但是 GherkinDocument 对象的结构使其变得乏味。我更愿意使用现有的功能(如果存在)。

最佳答案

我在 cucumber help 上与 Cucumber 开发人员 Aslak 进行了交谈抖动。他告诉我:

Hi @tramstheman have you considered storing it as text instead of serialising the GherkinDocument AST? It is very quick to parse that text back into an AST when you need to. There isn't currently a renderer/prettifier that will turn an AST back to source as @mattwynne suggested. The tests don't do roundtrips, they just perform approval testing on various outputs (parser tokens, ASTs as JSON, pickles as JSON)

我所做的是扩展 GherkinDocument 对象并将其设置为在其中存储原始文本,正如 Aslak 所建议的那样。

关于java - GherkinDocument 到 Gherkin 原始文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42450165/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com