-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

