Test files should be able to declare which platforms they're compatible with. One nice way to do this would be via annotations, probably something like:
@Platform(Platform.all, except: Platform.firefox)
void main() {
// ...
}
The API could certainly bear some exploration.
Test files should be able to declare which platforms they're compatible with. One nice way to do this would be via annotations, probably something like:
The API could certainly bear some exploration.