Anders Björklund

Results 159 issues of Anders Björklund

When reporting results from a previously recorded test run, rather than streaming the results from a test being run now. Closes #21

Outputs `test_report.md` Closes #38

This makes it less cluttered, for instance when making your own modified templates (PR #39)

When passing in a pre-generated json file, the duration is for _reading the file_ ```console $ gotestsum --jsonfile test_report.json ✓ . (8ms) ∅ embed_assets DONE 16 tests in 0.569s $...

https://blog.golang.org/subtests https://github.com/golang/go/wiki/TableDrivenTests ---- These will look like "Test/foo" and "Test/bar" in the results. https://dave.cheney.net/2019/05/07/prefer-table-driven-tests Maybe they could also be grouped somehow, in the report ? Like nested/folded in a tree...

When generating the test report, maybe you want to link to other pages One example would be the coverage report, from `go tool cover -html -o` Another example I am...

The excellent `gotestsum` tool has a feature to show the slowest tests: ``` Usage: gotestsum tool slowest [flags] Read a json file and print or update tests which are slower...

Currently, if you have a test that has the same name in multiple packages it only shows up once. This causes some tests to "disappear", and the total number of...

It would be nice if there was a search bar, that allowed you to find a particular test (by name) Then it would jump directly to the page with the...

## Expected Behavior Install flannel: kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.17.0/Documentation/kube-flannel.yml Get `v0.17.0` ## Current Behavior If you install 0.17.0, you get 0.16.3. If you install 0.16.3, you get 0.16.1. And so...