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

All Comments not appearing on the html-report #67

Closed
sswaroopgupta opened this issue May 5, 2016 · 1 comment
Closed

All Comments not appearing on the html-report #67

sswaroopgupta opened this issue May 5, 2016 · 1 comment
Labels

Comments

@sswaroopgupta
Copy link

Expected behavior

All the comments provided must be printed on the html-report

Actual behavior

Any comment starting with a star, though getting treated as comment, is not getting printed in html-report

Steps to reproduce

  1. Create a spec
--------
* sfdsf "cd"

kusfdsf sdfsdfsdf
=================
Scenario
--------
* sfdsf "ab"
  1. Create implementation
        [Step("sfdsf <ab>")]
        public void SfdsfSfdwithSfda1(string sdf)
        {
            sdf.Should().NotBe("cd");
        }
  1. The html-report does not show
-----------
* sfdsf "ab"

as comment

Gauge version

Gauge version: 0.4.1.nightly-2016-05-03

Plugins
-------
csharp (0.7.3.nightly-2016-05-03)
html-report (2.1.1.nightly-2016-05-03)
java (0.4.0)
ruby (0.2.0)
xml-report (0.1.2.nightly-2016-05-03)
@apoorvam
Copy link
Contributor

apoorvam commented Jun 1, 2016

Duplicate of #62 . Closing this for now.

@apoorvam apoorvam closed this as completed Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants