Open
Description
Some test platforms want to expose new runtime capabilities that coordinate between the code under test and the test platform. We currently implement a similar capability baked in to the test runner instead of individual platforms - spawnHybridCode
and spawnHybridUri
.
test/pkgs/test_core/lib/src/runner/runner_test.dart
Lines 73 to 79 in b9c59ea
We can likely use the existing multichannel mechanism to create additional communication channels.
test/pkgs/test_api/lib/src/scaffolding/spawn_hybrid.dart
Lines 155 to 170 in b9c59ea
We will need to solve the API on the platform definition side as well.