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

Feature Request: Can you add code coverage reporting? #33

Open
TheGeminii opened this issue Nov 1, 2017 · 1 comment
Open

Feature Request: Can you add code coverage reporting? #33

TheGeminii opened this issue Nov 1, 2017 · 1 comment

Comments

@TheGeminii
Copy link

TheGeminii commented Nov 1, 2017

Can you integrate some form of code coverage? So we can see something like:
----------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
----------|----------|----------|----------|----------|----------------|
All files | Unknown | Unknown | Unknown | Unknown | |
----------|----------|----------|----------|----------|----------------|

This is the output of istanbul nyc...

@igniteram
Copy link
Owner

igniteram commented Nov 1, 2017

@TheGeminii That's a good suggestion , Yes istanbul does that. I will look at how we could integrate that in this project. But technically speaking code coverage is generally not done for e2e tests but there is no harm in exploring it!

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

No branches or pull requests

2 participants