简体   繁体   English

我们是否有针对vscode扩展的任何示例ui集成测试

[英]Do we have any sample ui integration tests for vscode extensions

I am trying to write e2e integration tests for a vscode extension. 我正在尝试为vscode扩展编写e2e集成测试。 I didn't find any ui integration tests. 我没有找到任何ui集成测试。 Can you please provide me the links if any 能否请您提供链接给我

I recommend using extensions/vscode-api-tests/src/singlefolder-tests/editor.test.ts in the vscode sources as a starting point for integration tests. 我建议在vscode源代码中使用extensions / vscode-api-tests / src / singlefolder-tests / editor.test.ts作为集成测试的起点。 If that particular test isn't quite what you want, there are a bunch of tests adjacent to it that might be. 如果该特定测试不是您想要的,那么可能会有很多测试与之相邻。

See also this answer I gave to a related question about using the API from within tests. 另请参见我针对测试中使用API​​提出的一个相关问题的答案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM