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

Move project to add new features #65

Open
afbjorklund opened this issue Sep 11, 2023 · 4 comments
Open

Move project to add new features #65

afbjorklund opened this issue Sep 11, 2023 · 4 comments

Comments

@afbjorklund
Copy link
Contributor

afbjorklund commented Sep 11, 2023

Currently this fork is not being developed, or maintained with updates...

  • Update go version
  • Use go:embed
  • Update dependencies
  • Add gotestsum parameters

Might want to start a new project for v1.0, to work on new features as well.

  • Grouping
  • Sorting
  • Markdown
  • Testdox

-go 1.13
+go 1.17
 Flags:
+  -e, --elapsed string         the test elapsed time from the original test run (in "0.000s" format)
+  -d, --executionDate string   the test execution date of the original test run (in RFC 3339 format)
   -g, --groupSize int          the number of tests per test group indicator (default 20)
   -h, --help                   help for go-test-report
+  -i, --input string           the JSON input file
+  -l, --list string            the JSON module list
   -o, --output string          the HTML output file (default "test_report.html")
@afbjorklund
Copy link
Contributor Author

afbjorklund commented Dec 13, 2023

Hopefully it can become a part of gotest.tools, like gotestsum.

@ptman
Copy link

ptman commented Jan 27, 2024

So where's the new fork?

@afbjorklund
Copy link
Contributor Author

afbjorklund commented Jan 28, 2024

They wanted to give @vakenbolt another chance to respond, before forking the project.

So I guess there is no one single merged branch for it, just the different PR branches...

@ryancurrah
Copy link

ryancurrah commented Jan 30, 2024

Im working on a project to replace Jenkins with Argo and was looking at this package to replace the Junit test reporter we use in Jenkins for our Go projects. I might fork it if no one else does, its been three years since the last activity seems more than likely it will not be picked up.

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

3 participants