Skip to content
Snippets Groups Projects
Commit 1e65f2de authored by Chris Beer's avatar Chris Beer
Browse files

Set an explicit host for running puppeteer tests

parent ffcbf1c8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ module.exports = {
},
server: [{
command: 'npm run server -- -p 4488',
launchTimeout: 180000,
host: '127.0.0.1',
launchTimeout: 5000,
port: 4488,
}],
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment