Harald Brabenetz
Harald Brabenetz
I would like to refactor the "Component health check" widget: The Current Group-Item width is fixed "204px". This is not only sub-optimal for our titles (which are always longer), this...
My Current Workaround: I create a Filter "All" with Filter: LaunchName != "DOSNT-CARE"
My alternative planned Workaround would be: I create a Dashboard in a hidden Project for the superadmin. And write a small utility which do the following: Via Rest-API I copy...
As described in https://github.com/reportportal/reportportal/issues/1811  But translations for Ukraine, Russia and Belarusian are missing (I don't know where do get translations for the new input field "groupItemWidth")
**Describe the bug** the current common-bom 5.7.0 is not published to the maven central: https://mvnrepository.com/artifact/com.epam.reportportal/commons-bom last published release was 5.3.5 Other published libraries depend on this, like "common-dao": https://repo1.maven.org/maven2/com/epam/reportportal/commons-dao/5.7.0/commons-dao-5.7.0.pom **Expected...
My Cypress Test: ```js beforeEach(() => { cy.log('Before each test'); }); afterEach(() => { cy.log('After each test'); }); after(() => { cy.log('After suite test'); }); it('Another Visits the project page',...
I tried agent-js-jasmine and also looked into the issues: - https://github.com/reportportal/agent-js-jasmine/issues/2 - https://github.com/reportportal/agent-js-jasmine/issues/39 But sadly I have no clue how that should work: - onPrepare() and afterLaunch() in karma.conf.js is...