espressif / pytest-embedded

A pytest plugin that designed for embedded testing
https://docs.espressif.com/projects/pytest-embedded/en/latest/
MIT License
93 stars 26 forks source link

Support skip test cases when required app not built (RDT-893) #306

Open hfudev opened 1 month ago

hfudev commented 1 month ago

idf-build-apps build supports --collect-app-info a.txt to record the built apps

support --idf-build-apps-built-list a.txt and skip the test cases that requires apps that is not being recorded on this file