Skip to main content

Module dart

Module dart 

Source
Expand description

Dart e2e test generator using package:test and package:http.

Generates e2e/dart/test/<category>_test.dart files from JSON fixtures. HTTP fixtures hit the mock server at MOCK_SERVER_URL/fixtures/<id>. Non-HTTP fixtures without a dart-specific call override emit a skip stub.

Structsยง

DartE2eCodegen
Dart e2e code generator.