Skip to content

UI5 legacy free (v2?) #681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: v9-support
Choose a base branch
from

Conversation

mauriciolauffer
Copy link

@mauriciolauffer mauriciolauffer commented Jul 16, 2025

UI5 legacy free is now supported!

Dependency dotenv has been removed as WebdriverIO already import .env files. Calling it within wdi5 again was importing the files 2x.

New test structure and patterns, I tried to standardize the NPM scripts. Starting a webserver should always be start, executing the tests should always be test and a script start:test should execute both like this: run-p -r start test.

If a package has more than one test, the script name should follow the pattern test:something, test:else and the test one should execute all tests like run-s test:**. An example can be found in examples/ui5-v2-js-app/package.json. I'll add it to the documentation.

I haven't touched the examples/ui5-ts-app or anything related to Docker yet as I'm afraid to break all the remote tests that I'm not familiar with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant