Vadzim Hushchanskou
Vadzim Hushchanskou
@LP9688 I believe the issue within you `traefik` container, it does not route internal requests correctly, so UI is unable to hit analyzer's health check endpoint on port 5001 and...
@LP9688 I just explained: UI hitting analyzer's health check endpoint.
@d2575094 Please try updating on the latest version of ReportPortal (24.2), we did some fixes in reporting in this version.
@BruceChenZebra Try using the latest version of JUnit 5 agent: https://github.com/reportportal/agent-java-junit5/releases/tag/5.5.3
@bybilo78 Unfortunately, this is not a traceback, it's a stacktrace string you got from yours Selenium Server. This is something very uncommon. I'm not sure I can help you.
@ChetanKolhe, there is no such option, unless pytest implement such official feature.
@rplevka, @ChetanKolhe, please use this release https://github.com/reportportal/agent-python-pytest/releases/tag/5.4.6 And customise your test name like this: ```python @pytest.mark.name('My test name') def test_name_by_mark_args(): """Simple example test with the name comes from Pytest mark."""...