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 save results location #46

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

lemorage
Copy link
Contributor

Resolves #42

@radlinskii
Copy link
Owner

IMHO to be really clear it should be something like:

flag indicating if results should be saved to a file  ( `~/.local/share/donkeytype/donkeytype-results.csv`  on Linux and MacOS, and `C:\Users\{Username}\AppData\Local\donkeytype\donkeytype-results.csv` on Windows)

also in README.md you could update the line:

To view the history of results in a bar chart you can run:

to:

By default `donkeytype` saves results of tests to `~/.local/share/donkeytype/donkeytype-results.csv`  on **Linux** and **MacOS**, and `C:\Users\{Username}\AppData\Local\donkeytype\donkeytype-results.csv` on **Windows**. To view the history of results in a bar chart you can run:

@lemorage
Copy link
Contributor Author

@radlinskii Got it. I wanted to keep it short at first, but I'll try your way this time.

@radlinskii radlinskii merged commit bf830de into radlinskii:main Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation Missing Information on save_results Location
2 participants