This release makes it possible to run integration tests on esomx
and trackerm
platforms as well as writing integration tests that use the tag
keyword to restrict tests to platform that have a specific MCU. For example, you can use tag('nrf52840')
to ensure the test runner only runs on devices that have this tag. The MCU tags supported are rtl872x, nrf52840, and stm32f2xx.
See these PRs for more details: