Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80D0E17802 for ; Thu, 6 Nov 2014 16:44:59 +0000 (UTC) Received: (qmail 23647 invoked by uid 500); 6 Nov 2014 16:44:59 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23587 invoked by uid 500); 6 Nov 2014 16:44:59 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 23572 invoked by uid 99); 6 Nov 2014 16:44:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 16:44:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 794DC8B9DF3; Thu, 6 Nov 2014 16:44:58 +0000 (UTC) From: michellephung To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-fauxton pull request: grunt works :) with $ grunt nightwat... Content-Type: text/plain Message-Id: <20141106164458.794DC8B9DF3@tyr.zones.apache.org> Date: Thu, 6 Nov 2014 16:44:58 +0000 (UTC) Github user michellephung commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/136#discussion_r19956535 --- Diff: Gruntfile.js --- @@ -394,8 +403,27 @@ module.exports = function(grunt) { mocha_phantomjs: { all: ['test/runner.html'] - } + }, + chmod: { + options: { + mode: '755' + }, + yourTarget1: { + // Target-specific file/dir lists and/or options go here. + src: ['nightwatch'] + } + }, + + exec: { + start_nightWatch: { + command: './test/nightwatch_tests/nightwatch -e chrome' + } + }, + + selenium_start: { + options: { port: 4444 } --- End diff -- "This is the police, you need to pull over to right. " "No. Pull over, to your OTHER right." --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---