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

Show Metadata on Report #39

Merged
merged 18 commits into from
Nov 21, 2016
Merged

Show Metadata on Report #39

merged 18 commits into from
Nov 21, 2016

Conversation

gkushang
Copy link
Owner

metadata

Type: JSON (optional) Default: undefined

Print more data to your report, such as browser info, platform, app info, environments etc. Data can be passed as JSON key-valuepair. Reporter will parse the JSON and will show the Key-Value under Metadata section on HTML report.

Pass the Key-Value pair as per your need, as shown in below example,

 metadata: {
        "App Version":"0.3.2",
        "Test Environment": "STAGING",
        "Browser": "Chrome  54.0.2840.98",
        "Platform": "Windows 10",
        "Parallel": "Scenarios",
        "Executed": "Remote"
      }

cucumber_report_bootstrap_snapshot_with_metadata

Resolves #18

@gkushang gkushang merged commit e0d8c35 into develop Nov 21, 2016
@gkushang gkushang deleted the metadata branch December 9, 2016 14:40
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.

1 participant