SAP / karma-ui5

A Karma plugin for UI5
Apache License 2.0
69 stars 26 forks source link

Not able to run OPA5 test case in multiple batch for SAPUI5 application #545

Open abhijain05 opened 1 year ago

abhijain05 commented 1 year ago

Hello Team,

We are running OPA5 integration test cases using karma-ci and karma-ui5 in CI/CD pipeline.

We have many test cases and we observed that after running some test cases , karma runner raising browser time out error. Please find below screenshot for the same.

image

In order to resolve above issue, we tried to run test cases in script mode so that we can run limited test case from below path but test cases is not getting started by adding below code: image

Test case is not getting started: image

Could you please suggest how can we run test in batch mode.

matz3 commented 1 year ago

The tests configuration is supposed to contain module names (like used in sap.ui.define or sap.ui.require), not paths. See https://github.com/SAP/karma-ui5#tests