mirror of
https://github.com/appium/appium.git
synced 2026-02-12 04:50:08 -06:00
enabling first safari tests
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
var env = require('../../../helpers/env')
|
||||
, setup = require("../../common/setup-base");
|
||||
|
||||
describe("safari - screenshot @skip-ci", function () {
|
||||
describe("safari - screenshot", function () {
|
||||
// TODO: enable safari tests on ci
|
||||
describe('screenshots (' + env.DEVICE + ')', function () {
|
||||
var driver;
|
||||
|
||||
@@ -5,7 +5,7 @@ var env = require('../../../helpers/env')
|
||||
, loadWebView = webviewHelper.loadWebView
|
||||
, spinTitle = webviewHelper.spinTitle;
|
||||
|
||||
describe("safari - windows-frame @skip-ci", function () {
|
||||
describe("safari - windows-frame", function () {
|
||||
// TODO: enable safari tests on ci
|
||||
describe('windows and frames (' + env.DEVICE + ')', function () {
|
||||
var driver;
|
||||
|
||||
@@ -177,9 +177,10 @@ if (env.SAUCE && env.TARBALL) {
|
||||
}
|
||||
|
||||
// rest enf points
|
||||
env.TEST_END_POINT = 'http://localhost:' + env.APPIUM_PORT + '/test/';
|
||||
env.LOCAL_APPIUM_PORT = env.SAUCE? 4443 : env.APPIUM_PORT;
|
||||
env.TEST_END_POINT = 'http://localhost:' + env.LOCAL_APPIUM_PORT + '/test/';
|
||||
env.GUINEA_TEST_END_POINT = env.TEST_END_POINT + 'guinea-pig';
|
||||
env.CHROME_TEST_END_POINT = 'http://10.0.2.2:' + env.APPIUM_PORT + '/test/';
|
||||
env.CHROME_TEST_END_POINT = 'http://10.0.2.2:' + env.LOCAL_APPIUM_PORT + '/test/';
|
||||
env.CHROME_GUINEA_TEST_END_POINT = env.CHROME_TEST_END_POINT + 'guinea-pig';
|
||||
|
||||
module.exports = env;
|
||||
|
||||
Reference in New Issue
Block a user