We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c773433 commit f5f411dCopy full SHA for f5f411d
1 file changed
patches/mobile-retry.patch
@@ -0,0 +1,12 @@
1
+diff --git a/.github/start-mobile-example/mobile.conf.js b/.github/start-mobile-example/mobile.conf.js
2
+index 1234567..abcdefg 100644
3
+--- a/.github/start-mobile-example/mobile.conf.js
4
++++ b/.github/start-mobile-example/mobile.conf.js
5
+@@ -3,6 +3,7 @@ exports.config = {
6
+ key: process.env.BROWSERSTACK_ACCESS_KEY,
7
+
8
+ updateJob: false,
9
++ specFileRetries: 2,
10
+ specs: ["./specs/screenshot.js"],
11
+ exclude: [],
12
0 commit comments