10000 Skipped automated tests are being flagged as not found · Issue #165 · laposa/testflow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Skipped automated tests are being flagged as not found #165

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 “Si 8000 gn 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

Open
MartinMiksovskyLaposa opened this issue Feb 5, 2025 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@MartinMiksovskyLaposa
Copy link
Contributor
MartinMiksovskyLaposa commented Feb 5, 2025

Hey guys,
there are few instances of a tests that are intentionally skipped for certain environment (mostly preprod vs prod).

Image

On Testflow side, these are evaluated as "not found" ones, but we already have the skip feature.

Can we flag the skips as "skip"?

This xml is what I get when I do run a tests that are skipped:

<?xml version="1.0" encoding="UTF-8"?> <testsuites name="Mocha Tests" time="0.004" tests="6" failures="0" skipped="6"> <testsuite name="09 suite" timestamp="2025-02-05T14:09:28" tests="1" file="testfile.js" time="0.000" failures="0"> </testsuites>
Skipped tests has time = 0 & failures = 0 properties.

based on these results

Image

@MartinMiksovskyLaposa MartinMiksovskyLaposa added the bug Something isn't working label Feb 5, 2025
@MartinMiksovskyLaposa
Copy link
Contributor Author

Reason: cypress-io/cypress#28450

Solution: own adapter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
0