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 CLI end-to-end tests #155

Open
V0ldek opened this issue Jun 14, 2023 · 1 comment
Open

Add CLI end-to-end tests #155

V0ldek opened this issue Jun 14, 2023 · 1 comment
Labels
acceptance: go ahead Reviewed, implementation can start area: app Improvements in overall CLI app usability good first issue Good for newcomers help wanted External contributions welcome type: reliability Tests, code quality
Milestone

Comments

@V0ldek
Copy link
Member

V0ldek commented Jun 14, 2023

Is your feature request related to a problem? Please describe.
We need tests for the overall CLI interface to guard against breaking changes (and also E2E test the app).

Describe the solution you'd like
First, a tool needs to be chosen. There's quite a few of them for CLI testing, snapshot testing, etc.

Then tests for each possible parameter configuration need to be created. The files processed should be small, these are not stress tests of the engine but rather E2E tests for the integrity of the entire system.

Additional context
There's a list of possible tools to use in trycmd docs.

@V0ldek V0ldek added the type: feature New feature or request label Jun 14, 2023
@github-actions github-actions bot added the acceptance: triage Waiting for owner's input label Jun 14, 2023
@github-actions
Copy link

Tagging @V0ldek for notifications

@V0ldek V0ldek added this to the v1.0.0 milestone Jun 15, 2023
@github-actions github-actions bot added acceptance: go ahead Reviewed, implementation can start and removed acceptance: triage Waiting for owner's input labels Jun 15, 2023
@V0ldek V0ldek added help wanted External contributions welcome good first issue Good for newcomers type: reliability Tests, code quality mod: cli area: app Improvements in overall CLI app usability and removed type: feature New feature or request labels Jun 15, 2023
@V0ldek V0ldek removed the mod: cli label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acceptance: go ahead Reviewed, implementation can start area: app Improvements in overall CLI app usability good first issue Good for newcomers help wanted External contributions welcome type: reliability Tests, code quality
Projects
Development

No branches or pull requests

1 participant