GraphWalker / graphwalker-project

This is the repo for the Model-based testing tool GraphWalker.
http://graphwalker.org
MIT License
323 stars 116 forks source link

Add exit codes to GraphWalker CLI #316

Closed Robert-96 closed 1 year ago

Robert-96 commented 1 year ago

Add support for exit codes, this will make it easier to run GraphWalker CLI on CI. This PR also improves error messages.

Please let me know if there is something you want me to add.

Thanks.

KristianKarl commented 1 year ago

Hi @Robert-96 , Thanks for your work. I agree that it makes sense to add exit codes especially in CI jobs. Looks good to me.