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

Better documentation, examples #2

Open
punkisdead opened this issue Jul 25, 2016 · 3 comments
Open

Better documentation, examples #2

punkisdead opened this issue Jul 25, 2016 · 3 comments
Assignees

Comments

@punkisdead
Copy link
Owner

Needs better documentation and examples of things like Before, After, and tables.

@punkisdead punkisdead self-assigned this Jul 25, 2016
@bigkahuna1uk
Copy link

  • How to specify different report formats. In Java I can specify multiple at the same time but here it looks like one at a time can be specified

Does not work:

$ lein cucumber  --plugin json:target/test-reports.json html:target/test-reports

Works:

$ lein cucumber  --plugin json:target/test-reports.json
  • Is there any way to specify the formatting as part of the project.clj. I see you add the feature paths and glue paths but would be good if you can add a formatter configuration also.

Thanks in advance for any guidance offered.

@bigkahuna1uk
Copy link

It also looks like xml reports is not supported. I can generate json or html reports but not at the same time.

@bigkahuna1uk
Copy link

bigkahuna1uk commented Feb 6, 2017

It looks like different types of report can be generated by repeating the formatter on the command line.
i.e.

 lein cucumber  --plugin json:target/cucumber/json/report.json  --plugin html:target/cucumber/html

Haven't figured how to do this via a project config though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants