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

Selenium logs are collected even when their reporting is disabled #101

Closed
HajekOndrej opened this issue May 9, 2020 · 2 comments
Closed
Milestone

Comments

@HajekOndrej
Copy link

Hi,
thanks for this great RP integration for Serenity.

I have found a little issue, that Selenium logs are collected no matter what LogUnits are enabled. They are collected even when reportportal logging is disabled with rp.enable=false.

This would normally not be a problem, but when the webdriver is Appium, Appium logs are collected for each step, which can take a lot of time and I generally don't need that.

Do you have any idea how can I disable that?

Thanks.

@Invictum
Copy link
Owner

Hi @HajekOndrej
For now integration always tries to collect logs for UI tests, this is done for avoiding several configuration points. Seems like issue can be fixed, but it require a little rework.

@Invictum Invictum added this to the 1.5.0 milestone May 14, 2020
Invictum added a commit that referenced this issue Jun 12, 2020
 - added option to configure it
 - updated documentation
Invictum added a commit that referenced this issue Jun 12, 2020
- added option to configure it
 - updated documentation
@Invictum
Copy link
Owner

Implemented. Will be available in 1.5.0+

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