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
It works properly on gitlab ci but at the end it throws strange error
events.js:292 throw er; // Unhandled 'error' event ^ Error: spawn ps ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19) at onErrorNT (internal/child_process.js:469:16) at processTicksAndRejections (internal/process/task_queues.js:84:21) Emitted 'error' event on ChildProcess instance at: at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12) at onErrorNT (internal/child_process.js:469:16) at processTicksAndRejections (internal/process/task_queues.js:84:21) { errno: 'ENOENT', code: 'ENOENT', syscall: 'spawn ps', path: 'ps', spawnargs: [ '-A', '-o', 'ppid,pid,stat,comm' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1
package.json
"test:unit": "jest src/*", "server": "cross-env ENTRY_POINT=main webpack --config webpack.dev.js && http-server dist -p 3330", "test:e2e": "start-test server http://localhost:3330 test:unit", [gitlab-ci.output.txt](https://github.com/bahmutov/start-server-and-test/files/5161701/gitlab-ci.output.txt)
gitlab-ci.output.txt
The text was updated successfully, but these errors were encountered:
Same on Azure #253 and CircleCI #250
@bahmutov any idea on what can it be?
Sorry, something went wrong.
I've switched to wait-on from start-server-and-test. It works for my case
start-server-and-test
It seems that the gitlab-runner is missing a dependency. I solved it by doing the following: #132 (comment)
No branches or pull requests
It works properly on gitlab ci but at the end it throws strange error
package.json
gitlab-ci.output.txt
The text was updated successfully, but these errors were encountered: