Dominik Heim

Results 28 issues of Dominik Heim

I'm trying to switch a fiori elements odata v4 app to typescript and am facing the issue that the `override` objects need to be brought into the extend call, just...

ts-types-esm

**Describe the bug** This is about the [dataReceived](https://sapui5.hana.ondemand.com/#/api/sap.ui.model.odata.v4.ODataModel%23events/dataReceived) event of the v4.OdataModel. Currently it is generated in `sap.ui.core.d.ts` as follows ``` export type ODataModel$DataReceivedEvent = Event< ODataModel$DataReceivedEventParameters, ODataModel >; ```...

fixes https://github.com/ui5-community/wdi5/issues/602

Hey guys 👋🏻 , the `interactable` [matcher](https://ui5-community.github.io/wdi5/#/locators?id=interactable) is quite `boolean` but the [type definition](https://github.com/ui5-community/wdi5/blob/main/src/types/wdi5.types.ts#L170) insists on `Record`.

bug

**Describe the bug** Comparable to the [TS sample](https://github.com/ui5-community/wdi5/blob/main/examples/ui5-ts-app/test/e2e/MultiInput.test.ts) I wrote: ``` import type List from "sap/m/List"; import type { wdi5Selector } from "wdio-ui5-service/dist/types/wdi5.types"; export default class ObjectPage extends Page {...

enhancement

In case at least one test framework has been configured via `test` configuration option the framework `Testsuite` can be used to generate a qunit testsuite (`data-sap-ui-testsuite`) that includes all configured...

feature
preview-middleware

Hey guys 👋🏻 I just tried to use the [paths](https://www.typescriptlang.org/tsconfig/#paths) defined in my `.tsconfig` in the wdi5 tests instead of the relative ones. In a TypeScript ui5 project with the...

In case the project is a TypeScript project the generator should generate `.ts` files for opa5 and unit tests Out of scope for this PR: In case the project is...

Hi guys, how about using the [preview middleware](https://www.npmjs.com/package/@sap-ux/preview-middleware) to get rid of the test glue code? Using this config in the ui5*.yaml (further configuration w.r.t paths, testfile name patterns, etc....

enhancement
blocked

This PR makes the usage of url params for the rta editor endpoints optional. In case they are missing a re-route will happen and the parameters will be added 🥳

preview-middleware-client