--test-rerun-failures
一个文件路径,允许测试运行器在运行之间保留测试套件的状态。测试运行器将使用此文件来确定哪些测试已经成功或失败,从而允许重新运行失败的测试,而无需重新运行整个测试套件。如果此文件不存在,测试运行器将创建该文件。有关详细信息,请参阅 测试重新运行 上的文档。
¥A path to a file allowing the test runner to persist the state of the test suite between runs. The test runner will use this file to determine which tests have already succeeded or failed, allowing for re-running of failed tests without having to re-run the entire test suite. The test runner will create this file if it does not exist. See the documentation on test reruns for more details.