Граф коммитов

63 Коммитов

Автор SHA1 Сообщение Дата
Christopher Grebs 17bb6968e5
First part moving to olympia.test 2018-01-26 07:11:48 +01:00
Benjamin Forehand Jr cb1550301e
Update test addon creation to work better with new amo frontend. (#7334)
These changes help compatibility with the new amo frontend for integration testing.

* Create 2 new collections under the username 'Mozilla'.
* Change the status of the installable addon to Public.
* Allow for custom named extensions and collections.
* Added 3 lists to ease updates of the tests as the new homepage changes.
2018-01-23 13:43:17 -08:00
Benjamin Forehand Jr 8a646cadc4 Addon Install Test (#6641)
* Use docker-compose>=1.18 and minimal docker-compose config version to 2.3
* Starts ui-tests in Firefox docker container
* Let's the Firefox docker-container hit directly nginx
* makes use of https://github.com/jrbenny35/selenium-firefox/ firefox+selenium image
* makes use of /user-media/ serving directly via nginx for XPI installs
* Adds a helper that creates an installable add-on
* Update `firefox_options` fixture with all options needed to install add-ons with a test signing signature

Fixes #7270 
Fixes #2488
2018-01-12 06:58:00 +01:00
Benjamin Forehand Jr d6bb402a44 Updated UI-tests to run inside of docker and switched to circleci 2.0 (#6457)
* Updated config to use circleci as well as configure ui-tests to run within docker

* Removed hacky certifi installs

* Update requirements to master versions

Fixes #4697 (though not only that)
2017-10-05 13:14:08 +02:00
pyup-bot f17a71ed4e Update selenium from 3.5.0 to 3.6.0 2017-09-26 01:33:46 +02:00
pyup-bot 0cc60b75dd Update pytest from 3.2.1 to 3.2.2 2017-09-07 22:51:12 +02:00
pyup.io bot d2f82a3246 Update pyjwt to 1.5.3 (#6332) 2017-09-06 17:55:07 +08:00
pyup-bot 7c170dc4e0 Update pytest-selenium from 1.11.0 to 1.11.1 2017-08-31 21:32:07 +02:00
pyup.io bot c47fd6a34b Update pytest-xdist to 1.20.0 (#6194)
* Update pytest-xdist from 1.19.1 to 1.20.0

* Update pytest-xdist from 1.19.1 to 1.20.0
2017-08-18 18:59:15 +02:00
pyup-bot 1c2af09405 Update pytest-xdist from 1.19.0 to 1.19.1 2017-08-15 18:41:04 +02:00
pyup.io bot 9e0c002396 Update selenium from 3.4.3 to 3.5.0 (#6145) 2017-08-11 17:30:30 +02:00
pyup.io bot 25494fa8ca Update pytest-xdist to 1.19.0 (#6138)
* Update pytest-xdist from 1.18.2 to 1.19.0

* Update pytest-xdist from 1.18.2 to 1.19.0

* Add new pytest-forked dependency
2017-08-11 17:06:34 +02:00
pyup-bot d12b3d2eb9 Update pytest from 3.2.0 to 3.2.1 2017-08-10 03:38:30 +02:00
pyup-bot 1476a3d021 Update pytest-variables from 1.6.1 to 1.7.0 2017-08-08 13:30:24 +02:00
pyup-bot 9565dfd74d Update pytest from 3.1.3 to 3.2.0 2017-08-02 01:22:15 +02:00
pyup.io bot ad140c6e0f Update pytest-xdist to 1.18.2 (#6039) 2017-07-28 14:10:10 +01:00
Christopher Grebs 42f06f2a73
Merge branch 'master' of github.com:mozilla/addons-server into try-elasticsearch-latest 2017-07-24 12:30:52 +02:00
pyup-bot c3ad84800c Update fxapom from 1.10.0 to 1.10.1 2017-07-06 16:30:04 +02:00
pyup.io bot 0a5cb06e91 Update pytest-xdist to 1.18.1 (#5844) 2017-07-06 12:10:35 +01:00
pyup-bot 5035366467 Update pytest from 3.1.2 to 3.1.3 2017-07-04 22:23:03 +02:00
pyup.io bot 2cca513194 Update pytest-xdist to 1.18.0 (#5761) 2017-06-27 14:09:25 -07:00
Christopher Grebs 75e7f652d5 Merge pull request #5747 from mozilla/pyup-update-pyjwt-1.5.0-to-1.5.2
Update pyjwt to 1.5.2
2017-06-26 10:12:54 +08:00
pyup.io bot df9d686cb2 Update pytest-selenium from 1.10.0 to 1.11.0 (#5739) 2017-06-22 20:03:43 +01:00
pyup-bot 8ace76b9ac Update pyjwt from 1.5.0 to 1.5.2 2017-06-23 00:58:42 +08:00
pyup-bot 0fc3db2627 Update pypom from 1.1.1 to 1.2.0 2017-06-20 18:14:34 +08:00
Christopher Grebs c35648da19 Potentially fix our reindex issue on -dev.
It took me days to find this and loads of useless refactoring but
apparently these tasks get immediately upgraded to a chord after we
chain them later with the other tasks (after the for-loop).

And, the only requirement for a chord is: do not ignore the results,
never!

Refs #3960

* Make sure index_stats isn't using call_command
* modernize create_subtasks, add support for countdowns, fix queries loading the world...
* half chunk size for stats reindexing
* Refactor stats reindex logging
* Upgrade elasticsearch to 5.4.1 for our docker config
* Make es test setup easier to inherit for our uitests.
* Restore order, make sure to start es before add-on get's created.
* Remove db requirement from es_test fixture
2017-06-16 12:06:12 +08:00
pyup-bot c3f8983cfd Update pytest-xdist from 1.16.0 to 1.17.1 2017-06-10 22:18:21 +08:00
pyup.io bot 63c0c17d59 Update pytest to 3.1.2 (#5615) 2017-06-09 16:33:25 +01:00
Andreas Wagner 9382c23d24 Merge pull request #5560 from mozilla/pyup-update-pytest-selenium-1.9.1-to-1.10.0
Update pytest-selenium from 1.9.1 to 1.10.0
2017-06-02 16:56:00 +02:00
pyup-bot 54a0161f0a Update pytest from 3.1.0 to 3.1.1 2017-06-02 14:23:07 +08:00
pyup-bot 8136e706d6 Update selenium from 3.4.2 to 3.4.3 2017-05-31 05:10:02 +08:00
pyup.io bot 77bd4394a4 Update pytest to 3.1.0 (#5469)
* Update pytest from 3.0.7 to 3.1.0

* Update pytest from 3.0.7 to 3.1.0

* Update pytest from 3.0.7 to 3.1.0
2017-05-23 13:45:26 +07:00
pyup-bot 2a6949a081 Update selenium from 3.4.1 to 3.4.2 2017-05-18 20:39:41 +07:00
jrbenny35 5e027391c2 Added a few search and sort tests 2017-05-16 11:27:34 -07:00
pyup-bot f4a58db4cf Update pytest-selenium from 1.9.1 to 1.10.0 2017-05-09 03:32:40 +07:00
Andreas Wagner e88147b241 Update selenium to 3.4.1 2017-05-08 13:18:30 +02:00
Mathieu Pillard a2abbe1384 Merge pull request #5065 from jrbenny35/configure_homepage_tests
Adding a few tests from the main tests homepage file.
2017-05-03 18:25:39 +02:00
pyup.io bot 2e5356f7fb Update pytest-variables from 1.6.0 to 1.6.1 (#5291) 2017-05-02 09:30:00 +01:00
jrbenny35 d97dfe7ad4 Added 5 new tests. Updated tests to use PyPOM.
Added 5 tests from the test_homepage.py file on addons-test.

Also updated tests to use PyPOM as well as a proper Page, Object
model.
2017-04-27 11:45:13 -07:00
pyup.io bot ee286c437f Update pyjwt to 1.5.0 (#5203)
* Update pyjwt from 1.4.2 to 1.5.0
* Re-add clock skew for future iat dates. This makes tests pass again.
* Also add a new test for none-number `iat` values.
2017-04-27 00:13:37 +07:00
pyup.io bot 87eff8b801 Update pytest-variables from 1.5.1 to 1.6.0 (#5256) 2017-04-25 15:00:41 +01:00
pyup-bot 44e8f37dec Update pytest-xdist from 1.15.0 to 1.16.0 2017-04-25 01:20:13 +07:00
pyup-bot bcd088c3c7 Update selenium from 3.3.1 to 3.3.3 2017-04-19 06:47:33 +07:00
Benjamin Forehand Jr c1f2db3c19 Added complete configuration to enable UI testing. 2017-03-24 08:38:50 -07:00
Christopher Grebs b14b3dde2e Merge pull request #4934 from mozilla/pyup-update-pytest-3.0.6-to-3.0.7
Update pytest to 3.0.7
2017-03-15 18:09:19 +01:00
pyup-bot d5e33cf966 Update fxapom from 1.9.1 to 1.10.0 2017-03-15 16:45:18 +01:00
pyup-bot 3257f38a23 Update pytest from 3.0.6 to 3.0.7 2017-03-15 01:05:46 +01:00
pyup-bot 7e2303e6dd Update pytest-variables from 1.5.0 to 1.5.1 2017-03-01 16:08:30 +01:00
pyup-bot 460cb14462 Update pytest-selenium from 1.9.0 to 1.9.1 2017-03-01 10:38:17 +01:00
pyup-bot 6a96f0fa7a Update pytest-variables from 1.4 to 1.5.0 2017-03-01 09:38:16 +01:00