Skip to content

Commit f5f411d

Browse files
committed
patch mobile runner to add retries
1 parent c773433 commit f5f411d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

patches/mobile-retry.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)