Crate doco_derive

Source
Expand description

Derive macros for the Doco testing framework

Doco is a test runner and library for writing end-to-tests of web applications. It runs tests in isolated, ephemeral environments. This crate provides procedural macros to make it easier to set up the test runner, collect all tests, and then run them individually in isolated, ephemeral environments.

It is not recommended to use this crate directly. Instead, use the [doco] crate that re-exports the macros from this crate.

Attribute Macrosยง

  • Collect and run the end-to-end tests with Doco
  • Annotate an end-to-end test to be run with Doco