We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what's the point of Microsoft offering the WSL and its own tools (for this case, @vscode/test-electron) not working with it?
@vscode/test-electron
I've been trying to get it to work for days, and the best I can get is the same output in the terminal:
Exit code: SIGTRAP Failed to run tests
try running tests in any extension, including the sample, and you will have the same result. on WSL it just doesn't work.
Can anyone offer me some light on how to solve this?
Testing manually is a nightmare.
The text was updated successfully, but these errors were encountered:
Are you running an X Window server or xvfb in WSL? Can you launch VS Code itself in WSL? That is a required for running tests in WSL.
Sorry, something went wrong.
No branches or pull requests
what's the point of Microsoft offering the WSL and its own tools (for this case,
@vscode/test-electron
) not working with it?I've been trying to get it to work for days, and the best I can get is the same output in the terminal:
try running tests in any extension, including the sample, and you will have the same result. on WSL it just doesn't work.
Can anyone offer me some light on how to solve this?
Testing manually is a nightmare.
The text was updated successfully, but these errors were encountered: