All non-hidden Tests with problems
List<Test> get problems => allTests .where((test) => !test.hidden && test.problems.isNotEmpty) .toList();