Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: add test results output #949
feat: add test results output #949
Changes from 15 commits
9104c25
86ba246
212e2ff
1e424a0
8188a63
63fc380
3c0abeb
53a3e26
f9794b0
06567f7
b116a60
ab2c53e
087d18b
3a8d645
9624c3f
4d47501
f4402c5
7421400
84f0d2a
18af1c0
185d2ef
7b06979
4f33b71
d144906
6f3e59e
efff8c9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking about this some more, we should probably name this
runResults
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mschile
The documentation currently uses the term "test results"
https://docs.cypress.io/guides/guides/module-api#Results
so if the term is changed here, it should be changed in the Module API documentation as well.