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

Possibility to change test item type of ILogScope #130

Open
nvborisenko opened this issue Apr 27, 2023 · 0 comments
Open

Possibility to change test item type of ILogScope #130

nvborisenko opened this issue Apr 27, 2023 · 0 comments

Comments

@nvborisenko
Copy link
Member

using (ILogScope logScope = Context.Current.Log.BeginScope(name))
{
  // do something
}

It always sends test item as step item type. It would be great if user has an ability to change it to BeforeSuite.

Context.Current.Log.BeginScope(name, LevelType.BeforeSuite)

Related to reportportal/reportportal#1341

@nvborisenko nvborisenko transferred this issue from reportportal/commons-net Feb 12, 2024
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

1 participant