-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Error when adding attachments on patched Cucumber version #560
Comments
Would You be able to provide an example that reproduces it? From the error it seems you are trying to add attachment before a test case is actually started. I was not able to reproduce it via example repo: https://github.com/allure-examples/allure-cucumber-example/blob/master/features/step_definitions/common_steps.rb#L41 |
Originally, I could reproduce the issue within our project. Let me try with the demo example: it could be the case that we use a customized Cucumber framework on our project and some allure internal code requires minor adoption or patch within our project. I will try first with the demo project, then continue with debugging on our project, and come back to you guys with the results. Thank you for providing the example code. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Until there is a reproducible example, I don't think there is anything to do with this issue. I'm fairly certain, that |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days |
|
Current behaviour
Sending artifacts does not work for Cucumber on Ruby from the box
I am running a test with: “--format AllureCucumber::CucumberFormatter” and use the latest Allure gem version
Expected behaviour
artefacts are attached to test results
The text was updated successfully, but these errors were encountered: