In many cases we'll need to add certain criteria for a test to be applicable, e.g.:
- Uses certain APIs
- Uses certain library
- Uses certain framework (e.g. Cordova)
See this example:
Should this be a precondition then for the test? i.e., the test is only relevant if you rely on system libraries for communication?
Originally posted by @titze in #3423 (comment)