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

Group tests by area in report #50

Open
larissafiorini opened this issue Sep 1, 2022 · 3 comments · May be fixed by #63
Open

Group tests by area in report #50

larissafiorini opened this issue Sep 1, 2022 · 3 comments · May be fixed by #63

Comments

@larissafiorini
Copy link

Have groups for each specific test areas in the report, like a group for Login tests, a group for Home page tests, etc.

Maybe have a group for each go test file?
Example:

  • home_test.go -> All tests in home_test.go file will be grouped.
  • login_test.go -> All tests in login_test.go file will be grouped.

This will help to organize the report and make it easier to track failures in each area.

@harikamankala
Copy link

I am also looking for this. I would be nice to have this feature.

@Dannyb48
Copy link

+1 This would be a good feature

@afbjorklund
Copy link
Contributor

Added a PR to group tests by package (which is directory, rather than file, but anyway).

@afbjorklund afbjorklund linked a pull request Aug 24, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

4 participants