You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
@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!
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...
The text was updated successfully, but these errors were encountered: