Do we have any sample ui integration tests for vscode extensions

人盡茶涼 提交于 2020-05-15 08:27:05

问题


I am trying to write e2e integration tests for a vscode extension. I didn't find any ui integration tests. Can you please provide me the links if any


回答1:


I recommend using extensions/vscode-api-tests/src/singlefolder-tests/editor.test.ts in the vscode sources as a starting point for integration tests. 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.



来源:https://stackoverflow.com/questions/57347694/do-we-have-any-sample-ui-integration-tests-for-vscode-extensions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!