-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Issue on writing text to Cucumber Java HTML Reports( example: scenario.write) #1349
Comments
@pavanswt Could you please paste your code, to make it easier for us to reproduce (without having to type it ourselves)? |
Hi,
I will send you the code and steps to reproduce in few mins. Please don't
close this bug. You can see the attached screen shot for your reference. It
is pretty clear.
Thanks,
Pavankumar.PS
…On Sun, May 20, 2018, 7:59 PM Björn Rasmusson ***@***.***> wrote:
Closed #1349 <#1349> via
9f5cdb7
<9f5cdb7>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1349 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEafATz35K5g4S7DX6qJ9BpdomkrQdzyks5t0b0TgaJpZM4Te_Oh>
.
|
No worries. It has already been fixed. |
Good news, Thanks, buddy. could you tell me the release date?
Regards,
Pavan
…On Mon, May 21, 2018 at 1:13 AM, M.P. Korstanje ***@***.***> wrote:
No worries. It has already been fixed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1349 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEafAVfiFbck70wPsdMIrVcYjybhJjfbks5t0cd6gaJpZM4Te_Oh>
.
|
Hi,
Please tell me what was the problem? how did you fix?
…On Mon, May 21, 2018 at 1:13 AM, M.P. Korstanje ***@***.***> wrote:
No worries. It has already been fixed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1349 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEafAVfiFbck70wPsdMIrVcYjybhJjfbks5t0cd6gaJpZM4Te_Oh>
.
|
If you look at the Github thread you'll see this: You can click the link to see the commit that resolved the problem.
Releases are not made to any schedule. Right now you can use the snapshot version. |
Thank you very much
…On Sun, May 20, 2018, 11:30 PM M.P. Korstanje ***@***.***> wrote:
Please tell me what was the problem? how did you fix?Please tell me what
was the problem? how did you fix?
If you look at the Github thread you'll see this:
[image: image]
<https://user-images.githubusercontent.com/6946919/40284197-c1e575c0-5c8b-11e8-8d8b-776f54914332.png>
You can click the link to see the commit that resolved the problem.
could you tell me the release date?
Releases are not made to any schedule. Right now you can use the snapshot
version <https://docs.cucumber.io/installation/java/#snapshot-releases>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1349 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEafATLV8SAZN2Iv4M1IlL1PznWcz2AGks5t0e6VgaJpZM4Te_Oh>
.
|
Is this available in latest adapter 4 |
scenario.write does not write to the Cucumber report on Jenkins. I am able to see the details printed on my local report though. Any help will be appreciated. I am trying to write some custom log messages or assert results under steps in the Cucumber report |
Description:
There is a bug in writing text to Cucumber Java HTML report(example: scenario.write), If you write text under @given step reports are not displaying.
If you write text under @when it is going under @given. That is one step before.
This issue occurs after migrating the Cucumber JVM from info.cukes to cucumber.io
Work Around:
use info.cukes Maven repository to get rid of this issue
info.cukes cucumber-java 1.2.5Environment:
OS= Windows 7 and 10
Maven Repository
io.cucumber cucumber-java 2.3.1 testSteps to Reproduce:
Attached sceen shot shows the steps to reproduce
The text was updated successfully, but these errors were encountered: