question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TeamCity reporter shows skipped tests as passed instead of ignored

See original GitHub issue

Please change the TeamCity reporter to report skipped tests as being ignored and not passed.

Here is the scenario I use: I begin with a test that installs a full web site and if it fails I set: canopy.configuration.skipAllTestsOnFailure <- true so that all subsequent tests are ignored and bypassed. But TeamCity shows something like this: Tests failed: 1, passed: 99 which is misleading. The right thing to show is something like this: Tests failed: 1, ignored: 99

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
galatrashcommented, Mar 13, 2017

It is working properly now. Thank you.

0reactions
lefthandedgoatcommented, Mar 12, 2017

This is fixed in the latest version of canopy that you can download here: https://www.nuget.org/packages/canopy/1.2.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to show messages with reason for skipped tests in ...
1 Answer. If you would really like to ignore some tests then you should go for @Ignore Junit annotation. Reason could also be...
Read more >
Reason of skipped/Ignored tests on overview tab
On the overview tab, on expanding an ignored/skipped test, I want to show the reason of skipping a test. here is how my...
Read more >
JUnit test result showing as ignored in TeamCity
I've created XML report build feature with the Ant JUnit report in TC 9.0.1 and your example .xml. The result is: "Tests passed:...
Read more >
mocha-teamcity-reporter - npm package
Learn more about mocha-teamcity-reporter: package health score, ... Display skip tests as ignored ... Show diff between expected and actual values.
Read more >
Allure Framework
Allure Framework is a flexible lightweight multi-language test report tool that not only shows a very concise representation of what have ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found