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

Root password asked to start dev server #104

Closed
CyrilQuandalle opened this issue Aug 3, 2018 · 2 comments
Closed

Root password asked to start dev server #104

CyrilQuandalle opened this issue Aug 3, 2018 · 2 comments

Comments

@CyrilQuandalle
Copy link

CyrilQuandalle commented Aug 3, 2018

Hi,
I know there is already a similar issue but with no answer so I reiterate.
I have a problem while starting my dev server with the configuration set in the jest-puppeteer.config.js file.
The cli keep asking me for my root password to start the server, which is not very good for automation ;-).

here is the content of my configuration file :

module.exports = { server: { command: 'npm start', port: 3010 }, launch: { dumpio: true, headless: true } }

FYI: If I enter the password the server start as usual.

Thank you very much in advance

@gregberge
Copy link
Member

Hello @CyrilQuandalle, I think it is a problem in your server. You should try to run "npm start" without Jest Puppeteer and see what's going on. The requirement of a root password can be multiple things: a usage of a restricted port, the execution rights of the process...

This issue is not relative to Jest Puppeteer but I let it opened if someone want to help.

@gregberge
Copy link
Member

Duplicate of #96

@gregberge gregberge marked this as a duplicate of #96 Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants