Skip to content

Bobcat upgrade#268

Merged
malaskowski merged 7 commits intomasterfrom
bobcat-upgrade
Jul 2, 2018
Merged

Bobcat upgrade#268
malaskowski merged 7 commits intomasterfrom
bobcat-upgrade

Conversation

@wiiitek
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

wiiitek added 2 commits July 2, 2018 19:49
# Conflicts (resolved):
#	CHANGELOG.md
@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