zuke_runner

Compatibility package for deterministic Gherkin execution and evidence contracts now implemented by package:zuke.

zuke_runner is the coordinated compatibility runner package for projects that keep runner-specific imports separate from the primary zuke facade.

Installation

dependencies:
  zuke_runner: ^0.4.0

Use these imports in new code:

import 'package:zuke/zuke.dart';
import 'package:zuke/http.dart'; // HTTP scenario tests only

The package provides the current runner surface while the primary SDK remains available through package:zuke/zuke.dart.

Support tier

Compatibility package for the primary Zuke SDK. See the integration guide.

License

MIT. See LICENSE.

Libraries

browser_testing
http
Compatibility entry point for the HTTP test API now owned by package:zuke.
runtime
Compatibility entry point for the runtime API now owned by package:zuke.
testing
Portable test support for consumers of zuke_runner.
vm_testing
zuke_runner
Compatibility entry point for the runner API now owned by package:zuke.