-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature/documentation update #435
Conversation
---- | ||
|
||
TIP: All defined properties can be overwritten later by adding system parameters to your command. + | ||
(e.a `-D{browser_setting}=firefox`) | ||
|
||
All supported browsers are listed in <<WebdriverManager properties>> | ||
|
||
The tests will be started using the browser that is installed on the local machine if you do not provide a version in the properties. | ||
If you want to use a specific browser version that is not installed, Selenium Manager will automatically download the required version of Firefox or Chrome in the background if you add your desired version to the properties. |
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.
The additional note if you add your desired version to the properties
can be removed, it's doublicate.
== Setup Selenium | ||
== Setup Selenium (optional) | ||
|
||
You do not have to set up a web driver manually, as the Selenium Manager automatically handles the download of the drivers. |
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.
The first sentence seems to be doublicate. Selenium Manager is already mentioned some lines above.
@@ -35,7 +35,8 @@ The following prerequisites must be met | |||
|
|||
. Concrete execution environment: Layout tests should run in a concrete browser environment to ensure the comparability of the screenshots. |
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.
Please, can you fix the list of prerequisites? The first point is marked with .
, all other with **
. But imho all points have the same priority and level.
All points should only have -
as list sign.
=== Manually configure WebDriver binaries | ||
|
||
- Search for your browser's Selenium driver online, like _selenium gecko driver_ for Firefox or _selenium crome driver_ for Chrome based browsers | ||
- Search for your browser's Selenium driver online, like _selenium gecko driver_ for Firefox or _selenium chrome driver_ for Chrome based browsers |
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 think this information is not needed for Testerra users.
Description
Some sections of the documentation are outdated, for example due to the new Selenium Manager feature.
configfailurepolicy
Type of change
Please delete options that are not relevant.
Checklist: