Skip to content

Commit

Permalink
more devices
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvolod committed Aug 16, 2019
1 parent 4274370 commit d349f72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions screener.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ module.exports = {
},
{
deviceName: 'iPhone 7'
},
{
deviceName: 'iPad Pro'
},
{
deviceName: 'iPad'
},
{
deviceName: 'Galaxy S8'
},
{
deviceName: 'Nexus 10'
}
]
};
1 change: 1 addition & 0 deletions screener.sauce.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var config = require('./screener.config');
maxConcurrent: 100, // optional available concurrency you have from Sauce Labs
//extendedDebugging: true, // optional
//tunnelIdentifier: 'MyTunnel01' // optional

};

module.exports = config;

0 comments on commit d349f72

Please sign in to comment.