Skip to content

Commit 3d33e21

Browse files
committed
Test on Saucelabs as Browserstack is *NOT* debuggable
1 parent 425f325 commit 3d33e21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
SAUCE_ACCESS_KEY: "9b988f434ff8-fbca-8aa4-4ae3-35442987"
247247
# Note: This number should not be too high because otherwise we might run into
248248
# a rate limit exception.
249-
KARMA_PARALLEL_BROWSERS: 2
249+
KARMA_PARALLEL_BROWSERS: 1
250250
steps:
251251
- *checkout_code
252252
- *restore_cache
@@ -503,7 +503,7 @@ workflows:
503503

504504
unit_tests:
505505
jobs:
506-
- tests_browserstack:
506+
- tests_saucelabs:
507507
filters: *ignore_presubmit_branch_filter
508508

509509
# Snapshot tests workflow that is scheduled to run all specified jobs every hour.

test/browser-providers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const browserConfig = {
1919
'IE9': { unitTest: {target: null, }},
2020
'IE10': { unitTest: {target: null, }},
2121
'IE11': { unitTest: {target: null, }},
22-
'Edge': { unitTest: {target: 'browserstack', }},
22+
'Edge': { unitTest: {target: 'saucelabs', }},
2323
'Android4.1': { unitTest: {target: null, }},
2424
'Android4.2': { unitTest: {target: null, }},
2525
'Android4.3': { unitTest: {target: null, }},
@@ -33,7 +33,7 @@ const browserConfig = {
3333
'iOS8': { unitTest: {target: null, }},
3434
'iOS9': { unitTest: {target: null, }},
3535
'iOS10': { unitTest: {target: null, }},
36-
'iOS11': { unitTest: {target: 'saucelabs', }},
36+
'iOS11': { unitTest: {target: null, }},
3737
'WindowsPhone': { unitTest: {target: null, }}
3838
};
3939

test/karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ module.exports = config => {
8383
sauceLabs: {
8484
testName: 'Angular Material Unit Tests',
8585
startConnect: false,
86-
recordVideo: false,
86+
recordVideo: true,
8787
recordScreenshots: false,
88-
idleTimeout: 600,
88+
idleTimeout: 6000,
8989
commandTimeout: 600,
9090
maxDuration: 5400,
9191
},

0 commit comments

Comments
 (0)