webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO
https://webdriverio-community.github.io/wdio-vscode-service/
MIT License
29 stars 23 forks source link

fix: Copy terminal selection on Linux #114

Closed seanpoulter closed 5 months ago

seanpoulter commented 5 months ago

This will close #103.

Problem

We assume the command to copy from the terminal is Ctrl--c:


[chrome 114.0.5735.289 linux #0-0] » /test/specs/bottombar.e2e.ts
[chrome 114.0.5735.289 linux #0-0] bottombar
[chrome 114.0.5735.289 linux #0-0]    ✖ can read from terminal @skipWeb

Proposed Changes

seanpoulter commented 5 months ago

I'll revert all the changes except changing the copy implementation. We have confidence it works. We can troubleshoot those other failing tests another day.