--test-random-seed
设置用于随机化测试执行顺序的种子。这适用于测试文件的执行顺序以及每个文件中的排队测试。提供此标志会隐式启用随机化,即使没有 --test-randomize。
🌐 Set the seed used to randomize test execution order. This applies to both test
file execution order and queued tests within each file. Providing this flag
enables randomization implicitly, even without --test-randomize.
该值必须是介于 0 和 4294967295 之间的整数。
🌐 The value must be an integer between 0 and 4294967295.
此标志无法与 --watch 或 --test-rerun-failures 一起使用。
🌐 This flag cannot be used with --watch or --test-rerun-failures.