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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Don't show <anonymous> describe in the UI mode for single test #30476

Open
vitalets opened this issue Apr 23, 2024 · 0 comments
Open

Comments

@vitalets
Copy link

馃殌 Feature Request

Per #10825 (comment) the only way to set retries for a single test - to wrap it with anonymous describe:

test.describe(() => {
  test.describe.configure({ retries: 2 });
  test('test 1', async () => {});
});

UI mode shows these anonymous describes as <anonymous>, that is annoying and inconvenient - I need to expand all these anonymous groups to see test title:

Suggestion
Don't show anonymous describes in UI mode OR make an option for showing/hiding it.

Possibly related: #30475

Example

No response

Motivation

It will make UI mode more useful and convenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants