Hello.
I develop Test code about command that run on the command palette.
my command has scenario which run some input box or quick pick in command. (I execute command using vscode.commands.executeCommand)
I want write string and pick item in my Test code.
But I don't know how.
Do you have any way to use selenium or sinon, whatever.
Hello. I develop Test code about command that run on the command palette.
my command has scenario which run some input box or quick pick in command. (I execute command using
vscode.commands.executeCommand
) I want write string and pick item in my Test code. But I don't know how. Do you have any way to use selenium or sinon, whatever.Is there an official TC guide related to this?
Thank you.