Jenkins 国际化(I18N)测试工具/插件?
有谁知道有什么好的国际化测试工具或插件可以由詹金斯自动化和触发吗?
提前致谢。
Does anyone know of any good internationalization testing tools or plugins that can be automated and triggered by jenkins?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Lingoport 的 Globalyzer ( http://www.lingoport.com/globalyzer ) 是一个进行静态代码分析的工具识别内部化问题并帮助缓解这些问题。它以两种模式运行分析:与 UI 交互或从命令行。
命令行可以集成在持续构建环境中。需要进行配置工作来适应如何通过语言(Java、JavaScript 等)对特定项目执行静态分析,并调整应识别的内容和应过滤的内容,因为每个项目都不同。
请参阅http://www.globalyzer.com/gzserver/help/commandline.htm 以及相关的帮助文件可能会给您的问题提供更深入的答案。
Lingoport's Globalyzer ( http://www.lingoport.com/globalyzer ) is a tool which does static code analysis to identify internalization issues and help mitigate them. It run the analysis in two modes, interactive with a UI, or from the command line.
The command line can be integrated in a continuous build environment. There is configuration work to adapt how the static analysis is performed on specific projects by languages (Java, JavaScript, etc.) and tune what should be identified and what should be filtered, as it is different for each project.
See http://www.globalyzer.com/gzserver/help/commandline.htm and related help files may give you a more in-depth answer to your question.