10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hey guys, there are few instances of a tests that are intentionally skipped for certain environment (mostly preprod vs prod).
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.
<?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>
based on these results
The text was updated successfully, but these errors were encountered:
Reason: cypress-io/cypress#28450
Solution: own adapter
Sorry, something went wrong.
Szkandy
Kuchtin
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hey guys,
there are few instances of a tests that are intentionally skipped for certain environment (mostly preprod vs prod).
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
The text was updated successfully, but these errors were encountered: