Skip to content

VScode test skipping based on test_filter #5434

@dzid26

Description

@dzid26

test_filter ignored by VScode tests explorer

[env:esp32-c6-tests-arduino-hw]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
test_filter = test_hw_*

[env:tests-native]
platform = native
test_filter = test_native_*
Image

Expected is:

Image

Currently this can be worked around with tests_ignore, but since the logic is inverted and search pattern negation is not possible, it is annoying.

I am proposing applying both command line argument --filter and platformio.ini test_filter .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions