-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Conversation
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. |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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"], |
There was a problem hiding this comment.
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
There was a problem hiding this 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
No description provided.