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

278 dependency upgrades #280

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

278 dependency upgrades #280

wants to merge 2 commits into from

Conversation

sampacos
Copy link
Collaborator

Resolves #278 #279 #277
Upgrades to selenium 4
Upgrades to appium 8.0.0-beta2
Upgrades to webdrivermanager 5.0.3
Upgrades to JUnit 5.8.2

Changes to deprecated methods.
Add Hard-coded IEServerDriver.exe due to a WebDriverManager bug.

@dougnoel
Copy link
Owner

https://medium.com/codex/bdd-testing-with-cucumber-junit-5-fb5a1c4354f9

Some things have to change for Cucumber to work with Junit 5

@@ -89,15 +90,15 @@
<io.cucumber.version>5.6.0</io.cucumber.version>
<de.monochromata.cucumber.version>4.0.42</de.monochromata.cucumber.version>
<jackson2.version>2.9.9</jackson2.version>
<junit.version>5.5.1</junit.version>
<junit.version>5.8.2</junit.version>
Copy link
Owner

Choose a reason for hiding this comment

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

Additional changes nee to be made to support moving to JUnit 5 and have Cucumber work.

https://medium.com/codex/bdd-testing-with-cucumber-junit-5-fb5a1c4354f9

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.

Upgrade to selenium 4
2 participants