Harald Brabenetz

Results 7 issues of 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...

feature request
Check: BA

My Current Workaround: I create a Filter "All" with Filter: LaunchName != "DOSNT-CARE"

help wanted
Check: Test

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...

help wanted
Check: Test

As described in https://github.com/reportportal/reportportal/issues/1811 ![image](https://user-images.githubusercontent.com/1237858/185438516-ae4faad8-e9b6-4445-8b00-210dda70c8a2.png) But translations for Ukraine, Russia and Belarusian are missing (I don't know where do get translations for the new input field "groupItemWidth")

Check: BA

**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...

bug
Check: BackEnd

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',...

feature request

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...