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 0470217F50 for ; Thu, 8 Jan 2015 14:35:57 +0000 (UTC) Received: (qmail 38533 invoked by uid 500); 8 Jan 2015 14:35:54 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 38473 invoked by uid 500); 8 Jan 2015 14:35:54 -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 38453 invoked by uid 99); 8 Jan 2015 14:35:50 -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, 08 Jan 2015 14:35:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 390A3319B64; Thu, 8 Jan 2015 14:35:50 +0000 (UTC) From: robertkowalski To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-fauxton pull request: Fix selenium tests for CI Content-Type: text/plain Date: Thu, 8 Jan 2015 14:35:50 +0000 (UTC) GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/217 Fix selenium tests for CI After some fiddling with Jenkins I had the solution for running travis ci. This PR enables Selenium testing on the travis VM itself, without depending on secrets or ecternal services like saucelabs. This means that we can test every PR without maintaining a Jenkins with a whitelist for comitters! :) The browser was switched from chrome to firefox for two reasons: less dependencies we have to maintain, nightwatch/selenium supports it epr default and more importantly travis is supporting Firefox on their VMs out of the box. Happy testing! You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-fauxton travis-ci-pr Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/217.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #217 ---- commit 5a103ee47c2c0f10d48d6023373330b00e242331 Author: Robert Kowalski Date: 2015-01-06T14:04:03Z use unzip, not open open fails on a jenkins and also opens a small, unneeded finder-window commit 9f4458c50489ad5f10238a44570054d170a9262d Author: Robert Kowalski Date: 2015-01-07T14:59:28Z start selenium with nightwatch don't rely on chroemdriver in path, use downloaded chromedriver commit aef35f5fa9308d4130b10fcd40230b71a5641148 Author: Robert Kowalski Date: 2015-01-08T14:05:28Z fix intendation in travis.yml commit 12199c6d9db10aac49bb702ab2a7a4d8e8f29cb7 Author: Robert Kowalski Date: 2015-01-08T13:43:19Z Run tests on travis using firefox - remove saucelabs - use xvfb on travis with firefox commit 702c1cb2da6f9b026f41a46f8d263999f116c04b Author: Robert Kowalski Date: 2015-01-08T14:13:47Z remove now unused chromedriver ---- --- 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. ---