Skip to content

Commit 5cfc8c0

Browse files
committed
Added more options into capabilities.yml
Added: - Tests visibility into saucelabs - Required selenium version - Max tests duration to its limit, for the long running tests (sketches, examples)
1 parent d7be003 commit 5cfc8c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

codebender_testing/capabilities.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
# https://docs.saucelabs.com/reference/test-configuration
88

99
- browserName: "firefox"
10+
version: 42
11+
public: "public restricted"
12+
seleniumVersion: "2.48.0"
13+
maxDuration: 10800
1014
- browserName: "chrome"
1115
version: 41
16+
public: "public restricted"
17+
seleniumVersion: "2.48.0"
18+
maxDuration: 10800

0 commit comments

Comments
 (0)