Harald Brabenetz
Harald Brabenetz
In case you use: `this.translate.setTranslation(locale, data);` There is a third parameter "shouldMerge: boolean". For me that was the central point which solved my Problems: I always call `this.translate.setTranslation(locale, data, true);`....
I created a PR for a new input field "groupItemWidth": https://github.com/reportportal/service-ui/pull/3233
It is complicated, but it helps to use the object-library for the Rest-API: com.epam.reportportal commons-model 5.7.0 1 Get Template-Dashboard Infos Dashboard, Widgets and Filter: - GET /v1/{projectName}/dashboard - if widget...
Thanks, seems that I stick with the workaround for now ;(
The best solution would be a width per group-Item. A group by Id (e.g.: Jira-Id, Artifact-Id) can often be a smaller width (or more columns). A second group by name...
I had this problem with the 120 Demo Tests (created by Cypress if no tests exist). Changing plugins/index.js to add the config solved that Problem:  I also had to...
yes with autoMerge=true.
The Project-Repo doesn't exist anymore. Have you found a solution?
@AM1988 I have done the following: https://github.com/reportportal/agent-js-cypress/issues/64#issuecomment-1038807053 Maybe there is something in it for you.
@AM1988 ```js // Plugins enable you to tap into, modify, or extend the internal behavior of Cypress // For more info, visit https://on.cypress.io/plugins-api // https://www.npmjs.com/package/cypress-cucumber-preprocessor#typeScript-support /* eslint-disable @typescript-eslint/no-var-requires */ //...