Commit Graph

10 Commits

Author SHA1 Message Date
Thomas Kluyver
14c9ec4a62 Use Python 3.6 version of Miniconda 2018-03-15 14:31:05 +00:00
Thomas Kluyver
281366759b Try skipping update conda step on Appveyor 2018-03-15 14:30:41 +00:00
Thomas Kluyver
aa9c977880 Testing with Selenium & Sauce labs (#3321)
* Initial selenium test

* Try configuring Travis to run selenium tests on Sauce

* Encryption key needs to be for my account, not jupyter

* Install selenium on Travis

* Get more data from server info file

* Set cwd when launching notebook server

Will this help on Travis?

* Use JUPYTER_TEST_BROWSER=chrome to test with Chrome

* Debugging test

* Separate fixtures into conftest.py

* Try with --Cls.a=b option syntax

* Try using sauce labs directly, not through Travis proxy

* Back to using proxy, with http instead of https

Idea from https://stackoverflow.com/questions/48236104/ssl-errors-using-
sauce-labs-in-travis-ci-with-selenium-webriver-tests-django-pr

* Specify browserName in desired_capabilities for Sauce

* Try connecting to Sauce for only some jobs in matrix

* Exclude selenium tests from regular test run

* Remove redundant JS test for dashboard navigation (converted to Selenium)

* Re-enable other tests

* Exclude selenium tests on Appveyor

* Later browser versions are available on Windows

* Try running tests with Firefox 57 instead of 58

* Try running with local Firefox on Travis

* Install geckodriver for Selenium tests

* Untar the right version of geckodriver

* Try stepping back one version of Firefox again
2018-02-13 09:01:00 -08:00
Steven Silvester
7b8759fafb Add support for terminals on Windows (#3087)
* Add support for terminals on Windows

* Bump terminado requirement

* Fix handling of default shell

* Fix appveyor syntax

* Fix requires syntax

* Fix version target

* Clean up handling of default shell and update version check

* Always require terminado

* Clean up appveyor test

* Make the terminado warning uniform

* Default to powershell on Windows

* Clean up terminado verison
2017-11-30 21:33:50 -08:00
Min RK
0a93d38e54 update conda after selecting conda-forge
avoids updating conda from defaults, then downgrading from conda-forge during big install

this appears to fix AppVeyor for now
2017-10-31 10:58:29 +01:00
Thomas Kluyver
c0dd153f5d Try using Miniconda already on Appveyor rather than downloading 2017-02-01 11:27:13 +00:00
Thomas Kluyver
3b4ec0d1cf Update ObviousCI download for Appveyor
As suggested at https://github.com/pelson/Obvious-CI/issues/68
2016-11-13 16:58:11 -08:00
Min RK
2e67531c11 install conda-4.1.12 on appveyor
fixes path too long issue

patch copied from conda-smithy PR
2016-10-18 14:04:59 +02:00
Min RK
f707b78e54 exclude terminal tests on Windows 2016-09-13 15:04:47 +02:00
Min RK
55d82f135a add appveyor.yml 2016-09-13 15:04:47 +02:00