Skip to content
New issue

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

Does not work in WSL #79

Open
KoryNunn opened this issue Oct 30, 2019 · 3 comments
Open

Does not work in WSL #79

KoryNunn opened this issue Oct 30, 2019 · 3 comments
Labels

Comments

@KoryNunn
Copy link

Hey, I realise I can't provide much info but when I try tape-run on WSL it fails without any output. The identical setup works on ubuntu, and in travis ci.

Example of a repo that works everywhere but WSL: https://github.com/KoryNunn/scroll-into-view/

Example output from WSL:

/scroll-into-view$ npm test

> scroll-into-view@1.12.2 test /scroll-into-view
> browserify ./test/test.js | tape-run

npm ERR! Test failed.  See above for more details.

If I had to guess it'd be because wsl runs fully headless, and there might be some assumptions being made by electron (or it's configuration) around display output.

@juliangruber
Copy link
Collaborator

I currently don't have access to a windows machine (my GPU is being repaired), so I'll try to guess debug this.

Could you try this suggestion? electron-userland/electron-prebuilt#260

Also there's puppeteer/puppeteer#1837

@fregante fregante added the bug label Dec 11, 2019
@fregante
Copy link
Collaborator

I think this has to be fixed upstream in https://github.com/substack/browser-launcher

Do you mind testing that package an opening an issue there? The package explicitly supports Windows but there's no mention of WSL

@KoryNunn
Copy link
Author

Yep it doesn't detect a browser in WSL, i'll put an issue up there.

@fregante fregante reopened this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants