Skip to content

Testing with Twister

The extension supports testing with twister. Look for the beaker icon to get started. Test configurations are handled similarly to build configurations.

Zephyr IDE Twister Testing

Adding Tests

To add a Twister test:

  1. Click the beaker icon in the Zephyr IDE sidebar
  2. Select the test configuration you want to add
  3. Configure the test parameters
  4. Run the test

Test Configuration

Test configurations work similarly to build configurations:

  • Multiple test configurations per project
  • Configurable test parameters
  • Results displayed in the test panel

Running Tests

You can run tests using:

  • The beaker icon in the sidebar
  • Command Palette: Zephyr IDE: Run Test
  • The Active Project Panel

Next Steps