Function test

Source
pub fn test(
    dir: PathBuf,
    test_opts: &TestOpts,
    tools: &Tools,
    global_opts: &Opts,
) -> Result<i32, ExecutionError>
Expand description

Tests the user’s app by creating a testing server and running cargo test against it, which will presumably use a WebDriver of some kind.