testwire_protocol 0.1.1 copy "testwire_protocol: ^0.1.1" to clipboard
testwire_protocol: ^0.1.1 copied to clipboard

Shared protocol types for testwire (VM extension names, responses, step statuses).

testwire_protocol #

Shared protocol types for the testwire ecosystem.

Part of the testwire monorepo — see the root README for full documentation and getting started guide.

Purpose #

Defines constants and types shared between the Flutter test side (testwire) and the MCP server side (testwire_mcp):

  • TestwireExtension — VM service extension names.
  • ExtensionResponse — standard response format for extensions.
  • StepStatus — step lifecycle states (pending, running, passed, failed, fixed).
  • TestStatus — overall test lifecycle states (waiting, running, paused, passed, failed).

Do I need this package? #

You typically don't depend on it directly. All types are re-exported by the testwire package.

0
likes
0
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Shared protocol types for testwire (VM extension names, responses, step statuses).

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on testwire_protocol