Examples: basic and consumer demo against the public API #17
Labels
No labels
area:assertions
area:cli
area:client
area:harness
area:meta
area:reporting
area:runner
type:user-story
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/ws-rpc-test#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As a new user evaluating ws-rpc-test, I want runnable example code that mirrors my real use case, so that I can copy-paste a working starting point instead of reverse-engineering the API from doc.rs.
Acceptance criteria
examples/basic.rsProcessHarnessrunner.parse_cli_args()health_check,create_item,subscribe + create + wait_for_event,list_itemswithtag("read-only"), error-handling testcargo build --examples.examples/loom_e2e.rsDISPLAY=:0)wait_for_any(["image.generated", "job.failed"], ...)cargo build --examples.README
examples/basic.rs.References