Skip to content

Skipped automated tests are being flagged as not found #165

@MartinMiksovskyLaposa

Description

@MartinMiksovskyLaposa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions