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

Export HTML report with --export #165

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ Teaspoon also has support for [tapout](https://github.com/rubyworks/tapout). Use
bundle exec teaspoon -q --format=tap_y | tapout progress
```

The Teaspoon suite can be downloaded as a static HTML page. This requires that `wget` is installed.

```
bundle exec teaspoon --export="output_directory"
bundle exec teaspoon --export # output directory defaults to './teaspoon-export'.
```

Get full command line help:

```
Expand Down
Loading