Skip to content

Fix Custom test JSON so that "Platforms" is JsonRequired

June requested to merge custom-test into main

If 'Platforms' isn't specified, the test runs on no platforms, which is unexpected behaviour. Ensure 'Platforms' is always specified for custom plugin tests.

Merge request reports