zuke_runner 0.3.1
zuke_runner: ^0.3.1 copied to clipboard
Compatibility package for the deterministic runner now provided by zuke.
example/zuke_runner_example.dart
import 'package:zuke_runner/zuke_runner.dart';
void main() {
const status = ScenarioStatus.passed;
print(status.name);
}