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

tuih shuld be able to specify the output file name, and not rely on pre-test command line flag --tui-htmlfile #97

Open
jeffwright13 opened this issue Feb 7, 2023 · 0 comments
Assignees

Comments

@jeffwright13
Copy link
Owner

jeffwright13 commented Feb 7, 2023

In fact, consider removing that cmd line option entirely. But think carefully of user workflow:

  • pytest --tui (generates ptt_files/ artifacts)
  • tuih --nondefault-html-location

I keep going back and forth on the whole auto-launch-braowser issue. Right now I'm currently thinking the way to do it is to generate the html file by default, in the default location, but do not autolaunch it; that way, user can either launch with "tuih" (specifying non default location if desired), or else just open the default html file manually. However, thiis won't play well with CI use of this lib, since we should not expect a CI train to have to e xecute a command-line tool just to open the file. Hmmm.

I also keep going back and forth on whether or not to bring back the (Bullet-based) visual config tool. It was nice to have and centralized config, but again, takes away from CI usage. And it was a PITA to handle all the different use cases together.

@jeffwright13 jeffwright13 self-assigned this Feb 7, 2023
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

1 participant