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

Cucumber 4 won´t stop process #140

Closed
zazoomauro opened this issue Jul 2, 2018 · 5 comments
Closed

Cucumber 4 won´t stop process #140

zazoomauro opened this issue Jul 2, 2018 · 5 comments

Comments

@zazoomauro
Copy link
Contributor

With cucumber 4 the command process is not being stopped properly after all features. Same code with cucumber 3 works like a charm

@seymen
Copy link
Contributor

seymen commented Jul 2, 2018

Just run a new build in travis but can't see this: https://travis-ci.org/apickli/apickli/builds/399281114. Travis is running with 4.2.1.

Do you have any other info to reproduce?

@zazoomauro
Copy link
Contributor Author

I´m running my tests using npm script in this way:

"test:integration": "npm run build && pm2 stop app.json --env test && pm2 start app.json --env test && npm run cucumber && pm2 stop app.json --env test",
"cucumber": "NODE_ENV=test babel-node node_modules/.bin/cucumber-js",

@zazoomauro
Copy link
Contributor Author

@seymen any update on this?

@zazoomauro
Copy link
Contributor Author

@seymen same problem for cucumber version 5

@seymen
Copy link
Contributor

seymen commented Sep 28, 2018

We are running cucumber 4 in our CI (travis - https://travis-ci.org/apickli/apickli) and it is executing and passing fine. I've just sent a PR for cucumber 5 support (just package.json update was sufficient) and it also executed fine in travis. Please check your environment and compare with how Travis is running it.

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