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

Add End-to-End testing capabilities #54

Closed
ruigomescx opened this issue Nov 4, 2020 · 0 comments · Fixed by #966
Closed

Add End-to-End testing capabilities #54

ruigomescx opened this issue Nov 4, 2020 · 0 comments · Fixed by #966
Labels
feature New feature

Comments

@ruigomescx
Copy link
Collaborator

ruigomescx commented Nov 4, 2020

By running our engine against our code samples, we should guarantee that it would never fail, for each PR.

Input:
go run ./cmd/console/main.go -p assets/queries
Output:
Exit status should be 0

In case of failing (exit status 1), we should give some information of the error (showing the log for example)

@ruigomescx ruigomescx added the enhancement Enhancement label Nov 4, 2020
@ruigomescx ruigomescx added this to the Design Refactor milestone Nov 4, 2020
@ruigomescx ruigomescx added feature New feature and removed enhancement Enhancement labels Nov 6, 2020
@ruigomescx ruigomescx linked a pull request Jan 13, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant