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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date:   2015-01-08T14:05:28Z

    fix intendation in travis.yml

commit 12199c6d9db10aac49bb702ab2a7a4d8e8f29cb7
Author: Robert Kowalski <[email protected]>
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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to