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

Add AppVeyor Jasmine reporter #1602

Merged
merged 1 commit into from
Sep 3, 2016
Merged

Conversation

Daniel15
Copy link
Contributor

@Daniel15 Daniel15 commented Sep 3, 2016

Uses the AppVeyor Jasmine reporter from the jasmine-reporters project to report test details to AppVeyor.

Example: https://ci.appveyor.com/project/Daniel15/jest-71o27/build/3/tests (this is building my fork of Jest)

Before: "Tests" tab is empty

After: "Tests" tab is populated

Failing tests show the output when clicked:

@codecov-io
Copy link

codecov-io commented Sep 3, 2016

Current coverage is 90.31% (diff: 100%)

Merging #1602 into master will not change coverage

@@             master      #1602   diff @@
==========================================
  Files            28         28          
  Lines          1125       1125          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1016       1016          
  Misses          109        109          
  Partials          0          0          

Powered by Codecov. Last update fea9b68...557b8af

@cpojer
Copy link
Member

cpojer commented Sep 3, 2016

This is gonna be fun when we kill jasmine!

@cpojer cpojer merged commit 54a03fa into jestjs:master Sep 3, 2016
@Daniel15
Copy link
Contributor Author

Daniel15 commented Sep 3, 2016

I'd hope that we have support for our own custom reporters when we kill Jasmine - They're pretty useful for integrating unit testing into other systems. I guess we could use Jest's JSON output instead 😄

@Daniel15 Daniel15 deleted the appveyor-reporter branch May 10, 2017 04:16
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants