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

Proper build + runtime error handling and exposure #1013

Open
RomanYarik opened this issue Nov 15, 2021 · 0 comments
Open

Proper build + runtime error handling and exposure #1013

RomanYarik opened this issue Nov 15, 2021 · 0 comments
Assignees

Comments

@RomanYarik
Copy link
Contributor

Currently the error handling in the engine, and how it is being projected to the user, doesn't help the users understand what is wrong/missing/more, and it causes frustration when using the product.

We need to document proper usage as well as locate all possible user pitfalls and provide proper warn/error messages to the user.
At build time we can think about the conventions defined by engine-scripts/engineer and enforce/validate the user defined everything properly (feature names, .env/feature/context files are named properly, missing setup files and more).
At runtime we have many errors (unknown topology error for example) which doesn't really explain what the user is doing wrong. Also proper validation and and error messages will reduce frustration

@thehulke thehulke self-assigned this May 22, 2022
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

3 participants