Skip to content
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

docs: adapting 'Using BAS with wdi5' section to wdi5 version 2 #553

Merged
merged 9 commits into from
Oct 20, 2023

Conversation

NetaMolcho
Copy link
Contributor

No description provided.

docs/usage.md Outdated
The `Headless Testing Framework` extension installs the Firefox browser which allows you to use the wdi5 capabilities when working in SAP Business Application Studio.

**Important:**
Make sure you are using a Mozilla Firefox browser. Google Chrome is not supported.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably better wording: "Make sure you are configuring Mozilla Firefox as the target browser" as there is not really a choice currently

docs/usage.md Outdated
To enable the extension:

1. Add the `Headless Testing Framework` extension to your dev space. This will install a Firefox driver in the dev space.

2. Verify that the Firefox driver has been installed correctly using the following commands on the Terminal:
2. Make sure that the wdio libraries in the `Dependencies` are updated to at least version 8:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. Make sure that the wdio libraries in the `Dependencies` are updated to at least version 8:
2. Make sure that the wdio libraries in the `devDependencies` are updated to at least version 8:

docs/usage.md Outdated
],
"ui5"
]
services: ["geckodriver", "ui5"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would suggest leaving out any config for wdi5 < 2 as you're listing wdio^8 as a prerequisite above. And wdio^8 will not work with wdi5 < 2 anyway

Copy link
Contributor

@vobu vobu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the update!
a couple of suggestions in the review

@vobu vobu merged commit fe88546 into ui5-community:main Oct 20, 2023
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.

2 participants