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

Test CLI commands Closer to Real User Experience #141

Closed
skorfmann opened this issue Jul 7, 2020 · 1 comment · Fixed by #146
Closed

Test CLI commands Closer to Real User Experience #141

skorfmann opened this issue Jul 7, 2020 · 1 comment · Fixed by #146

Comments

@skorfmann
Copy link
Contributor

The init command was broken due to the input options being colorized via ansi codes, which the user realistically can't provide. The bug wasn't surfaced in the integration tests, since colourizing is automatically disabled in CI envs (see https://github.com/chalk/supports-color)

We need some kind of integration test, which actually resembles the real user experience as close a possible, to prevent bugs like this in the future.

Related to #139 and #140

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant