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

Bobcat upgrade #268

Merged
merged 7 commits into from
Jul 2, 2018
Merged

Bobcat upgrade #268

merged 7 commits into from
Jul 2, 2018

Conversation

wiiitek
Copy link
Contributor

@wiiitek wiiitek commented Jun 29, 2018

Description

Upgrade to newest released version of Bobcat and dependencies clean-up.

Motivation and Context

We should review our functional tests and make them run faster. They might be more compact.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the AET Contributor License Agreement.

# +++ Chrome +++
#webdriver.chrome.driver property should point to Chrome webdriver executable.
webdriver.type=chrome
webdriver.chrome.driver=D:/Selenium/chromedriver.exe
Copy link
Contributor

Choose a reason for hiding this comment

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

When this path is required. Will this work on all instances?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right: this is an arbitrary value. If chromedriver is not found then there is a stacktrace with following error:

2) Error in custom provider, java.lang.IllegalStateException: The driver executable does not exist: D:\Selenium\chromedriver.exe

If this config value is commented then we have following error:

2) Error in custom provider, java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property;

What should we do here? Currently on master we have:

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we should at least document the necessary change on the path to the chromedriver in the comment on in the it-tests README ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have update the README

@malaskowski malaskowski merged commit 39a5241 into master Jul 2, 2018
@malaskowski malaskowski deleted the bobcat-upgrade branch July 2, 2018 18:31
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