redhat-developer / vscode-extension-tester

ExTester: Your Essential UI Testing Companion for Visual Studio Code Extensions! Seamlessly execute UI tests with Selenium WebDriver, ensuring robustness and reliability in your extension development journey. Simplify UI testing for your VS Code extensions and elevate the quality of your user interface effortlessly.
Apache License 2.0
243 stars 67 forks source link

[🚫 Bug] Terminal view execute command not working #1364

Open sang2770 opened 2 weeks ago

sang2770 commented 2 weeks ago

Describe the bug

Terminal view execute command not working
when execute command then Terminal only create new line and command not show image

Steps to reproduce

Testcase: it("Terminal works", async function () {
      this.timeout(100000);
      assert.ok(await terminalView.isDisplayed());   
      console.log("terminalView", await terminalView.getCurrentChannel());
      await waitTime(2000);
      await terminalView.executeCommand("ls");
      // const text = await terminalView.getText();
      // console.log("text", text);

      await waitTime(10000);
    });

Logs

Test no error

Operating System

Window 10

Visual Studio Code

1.89.1

vscode-extension-tester

8.2.0

NodeJS

20.14.0

npm

10.7.0