From the nushell directory
nurun -c "use std testing; testing run-tests --path crates/nu-std"
cargo run -- -c 'use std testing; testing run-tests --path crates/nu-std'
alias cnr='cargo nextest run'
cargo nextest run --all --all-features
let next1 = (cargo nextest list -p nu --message-format json | from json)
let next2 = (cargo nextest list -p nu --features=extra --message-format json | from json)
$next1
$next1.rust-suites
$next1.rust-suites.nu
$next1.rust-suites.nu.testcases