pub const GLOBAL_TEST_GROUP: &str = "@global";
The string "@global", representing the implicit global test group.
"@global"
All tests belong to @global unless assigned to a custom group by a per-test override.
@global