Ejemplo n.º 1
0
 * AND ONLY IF THE TEST SUITES SUPPORT IT
 * =====================================================================================================================
 */

var forceRun = false;

/* =====================================================================================================================
 * Configure your Project settings
 *
 * @param SauceLabs Username
 * @param SauceLabs Access Key
 * @param Test Suite Name
 * =====================================================================================================================
 */

drive.config('', '', '');

/* =====================================================================================================================
 * Initialize a single browser instance.
 *
 * We do this here because if we don't pass a single browser instance, multiple browser sessions will be instantiated
 * and this will cause us problems since we can only have 2 concurrent VMs on SauceLabs. Each browser instance counts
 * as 1.
 *
 * The browser object is created through the drive.browser() method.
 * =====================================================================================================================
 */

var browser = drive.browser();

/* =====================================================================================================================
Ejemplo n.º 2
0
 * AND ONLY IF THE TEST SUITES SUPPORT IT
 * =====================================================================================================================
 */

var forceRun = false;

/* =====================================================================================================================
 * Configure your Project settings
 *
 * @param SauceLabs Username
 * @param SauceLabs Access Key
 * @param Test Suite Name
 * =====================================================================================================================
 */

drive.config('ginaberardi', '1e367bf9-bc0f-43c7-b614-a121d7807bf9', 'Suit');

/* =====================================================================================================================
 * Initialize a single browser instance.
 *
 * We do this here because if we don't pass a single browser instance, multiple browser sessions will be instantiated
 * and this will cause us problems since we can only have 2 concurrent VMs on SauceLabs. Each browser instance counts
 * as 1.
 *
 * The browser object is created through the drive.browser() method.
 * =====================================================================================================================
 */

var browser = drive.browser();

/* =====================================================================================================================