mirror of
https://github.com/appium/appium.git
synced 2026-02-15 06:20:22 -06:00
fix various tests based on new structure
This commit is contained in:
committed by
Sebastian Tiedtke
parent
f21b9c61c8
commit
53d8fc1f2c
2
grunt.js
2
grunt.js
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
|
||||
|
||||
grunt.initConfig({
|
||||
lint: {
|
||||
all: ['*.js', 'app/*.js', 'app/test/unit/*.js', 'instruments/*.js', 'test/functional/*.js', 'test/unit/*.js', 'test/uicatalog/*.js', 'test/helpers/*.js', 'test/appiumutils/*.js']
|
||||
all: ['*.js', 'app/*.js', 'app/test/unit/*.js', 'instruments/*.js', 'test/functional/*.js', 'test/unit/*.js', 'test/functional/appium/*.js', 'test/functional/appiumutils/*.js', 'test/functional/testapp/*.js', 'test/functional/uicatalog/*.js', 'test/helpers/*.js']
|
||||
}
|
||||
, jshint: {
|
||||
all: {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*global afterEach:true */
|
||||
"use strict";
|
||||
|
||||
var runServer = require("../../server.js").run
|
||||
var runServer = require("../../../server.js").run
|
||||
, should = require("should")
|
||||
, path = require("path");
|
||||
|
||||
@@ -15,7 +15,7 @@ describe("appiumutils", function() {
|
||||
|
||||
before(function(done) {
|
||||
server = runServer({
|
||||
app: path.resolve(__dirname, "../../sample-code/apps/UICatalog/build/Release-iphonesimulator/UICatalog.app")
|
||||
app: path.resolve(__dirname, "../../../sample-code/apps/UICatalog/build/Release-iphonesimulator/UICatalog.app")
|
||||
, verbose: false
|
||||
, udid: null
|
||||
, port: 4723
|
||||
|
||||
Reference in New Issue
Block a user