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