Przeglądaj źródła

test(e2e): retry whole spec files

Jonas Gloning 1 rok temu
rodzic
commit
2961598663
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      e2e/wdio.shared.conf.ts

+ 2 - 2
e2e/wdio.shared.conf.ts

@@ -97,10 +97,10 @@ export const config: Omit<WebdriverIO.Config, "capabilities"> = {
 	framework: "jasmine",
 	framework: "jasmine",
 	//
 	//
 	// The number of times to retry the entire specfile when it fails as a whole
 	// The number of times to retry the entire specfile when it fails as a whole
-	// specFileRetries: 1,
+	specFileRetries: 1,
 	//
 	//
 	// Whether or not retried specfiles should be retried immediately or deferred to the end of the queue
 	// Whether or not retried specfiles should be retried immediately or deferred to the end of the queue
-	// specFileRetriesDeferred: false,
+	specFileRetriesDeferred: true,
 	//
 	//
 	// Test reporter for stdout.
 	// Test reporter for stdout.
 	// The only one supported by default is 'dot'
 	// The only one supported by default is 'dot'