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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to