ArnaudBuchholz / ui5-test-runner

A test runner for UI5 applications enabling parallel execution of tests.
https://arnaudbuchholz.github.io/ui5-test-runner/
MIT License
18 stars 9 forks source link

how to specify the UI5*.yml while running the integration test #69

Closed Avinashasap closed 8 months ago

Avinashasap commented 8 months ago

Is your feature request related to a problem? Please describe.

how to specify the UI5*.yml while running the integration test since I have mock + code coverage specified in the UI5-mock.yml so test runner should take automatically when we specify it like Karma we can define ui5

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ArnaudBuchholz commented 8 months ago

The ui5-test-runner does not start the app based on ui5.yaml, the app must be started before invoking ui5-test-runner. I invite you to watch https://www.youtube.com/live/kxmmdy1tho4?feature=shared&t=2472 to see an example