Skip to content

Can I use this to test whether the panel's (BottomBarPanel) debug console view is visible? #1536

Answered by djelinek
mark-wiemer asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, using ExTester you can achieve that by writing simple Ui test for checking the debug console is opened (visible).

see our example extension with tests which would be similar to - https://github.com/redhat-developer/vscode-extension-tester/blob/main/examples/helloworld-extester/src/ui-test/bottomBar.test.ts#L139

also you can find the documentation for Debug Console View API here - https://github.com/redhat-developer/vscode-extension-tester/wiki/DebugConsoleView

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mark-wiemer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants