Skip to content

Run#

Once you have finished the implementation of the Integration Test, you can run the Test as follows:

trident test

Skipping tests#

  • You can add the #[ignore] macro to skip the test.
#[trident_test]
#[ignore]
async fn test() {}