Attribute Macro perseus::test

source ·
#[test]
Expand description

Marks the given function as a Perseus test. Functions marked with this attribute must have the following signature: async fn foo(client: &mut fantoccini::Client) -> Result<>.