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

Update Maven dependencies as far as possible #138

Closed
occupant23 opened this issue Sep 2, 2020 · 3 comments
Closed

Update Maven dependencies as far as possible #138

occupant23 opened this issue Sep 2, 2020 · 3 comments
Assignees
Labels
codeDone The issue is rechecked for development branch codeReadyForRecheck The issue is fixed/implemented AND merged into development, but needs to be rechecked there Medium Priority update-dependency
Milestone

Comments

@occupant23
Copy link
Contributor

No description provided.

@occupant23 occupant23 added this to the v4.1.0 milestone Sep 2, 2020
@occupant23 occupant23 self-assigned this Oct 1, 2020
occupant23 pushed a commit that referenced this issue Oct 15, 2020
occupant23 pushed a commit that referenced this issue Oct 15, 2020
Updated Selenide, Allure and Cucumber to 6
@occupant23
Copy link
Contributor Author

I just tried your support for Cucumber 6 JVM and mvn. The implementations seems to work, but we have to use another way to configurate it. The old way via system property variables as stated in the allure docu (https://docs.qameta.io/allure/#_cucumber_jvm) is not supported for Cucumber 6 anymore (cucumber/cucumber-jvm#1958).

We have to update the child projects and our documentation.

I found the following two possibilities:
Option one wihin the testcase e.g.:

@CucumberOptions(
features = "src/test/java/template/cucumber/features", glue = “template",
plugin ={“io.qameta.allure.cucumber6jvm.AllureCucumber6Jvm”})
public class RunAllFeaturesTest
{
}

Option two within the src/test/resources/cucumber.properties file:

cucumber.plugin=io.qameta.allure.cucumber6jvm.AllureCucumber6Jvm

occupant23 pushed a commit that referenced this issue Oct 20, 2020
Cucumber 6 properties to remove unneeded output on console
@occupant23
Copy link
Contributor Author

add to release notes: cucumber/cucumber-jvm#1958

@occupant23
Copy link
Contributor Author

had a last look today everything is up to date.

@occupant23 occupant23 added the codeReadyForRecheck The issue is fixed/implemented AND merged into development, but needs to be rechecked there label Oct 27, 2020
@h-arlt h-arlt added the codeDone The issue is rechecked for development branch label Oct 27, 2020
occupant23 pushed a commit that referenced this issue Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeDone The issue is rechecked for development branch codeReadyForRecheck The issue is fixed/implemented AND merged into development, but needs to be rechecked there Medium Priority update-dependency
Projects
None yet
Development

No branches or pull requests

2 participants