Commit graph

50 commits

Author SHA1 Message Date
Harry Hedger
0a642a2a24 Removed defaultCore from GoogleDrive test. 2016-04-20 15:41:00 -04:00
Harry Hedger
be1bb7bb5d Added real Core to Google Drive unit tests. 2016-04-20 11:02:40 -04:00
Artur Paikin
84fabd7d61 Google Drive: turn back tests, add to Modal example 2016-04-19 00:38:46 -04:00
Artur Paikin
7f174ea638 Fix Google Drive? 2016-04-18 10:52:55 -04:00
Harry Hedger
f37df87069 Pass location.href for oauth redirect. Fixed tests to use mock core. Added logout button. 2016-04-13 06:35:53 -04:00
Artur Paikin
49f1bc8f07 Refactoring, added wait 2016-04-11 19:38:58 -04:00
Artur Paikin
5829a80727 Let’s give it 30 seconds to see if that’s the case 2016-04-11 18:18:49 -04:00
Artur Paikin
c3d3d6e465 Refactor acceptance tests all over again, add global.uppyLog 2016-04-11 18:09:45 -04:00
Artur Paikin
d80bd0480e Let’s wait some more time 2016-04-11 13:11:36 -04:00
Artur Paikin
c70ed036cb Maybe now? 2016-04-11 13:02:10 -04:00
Artur Paikin
968bfb54f3 Rewrite tests 2016-04-11 12:48:37 -04:00
Artur Paikin
9cdb50c645 Rename driver to browser 2016-04-08 20:06:29 -04:00
Artur Paikin
ed388b9d5b Rethink my behaviour — separate Driver instances for now 2016-04-08 19:41:16 -04:00
Artur Paikin
644d6b6759 Refactor acceptance tests, move boilerplate to a standalone core module, add simple dragdrop test 2016-04-08 19:16:26 -04:00
Harry Hedger
ad79f6687d Google Drive (#80)
* Added two more unit tests for GoogleDrive.  Prettified test reporting.  Added 'every' and 'groupBy' utils.

* GoogleDrive state/rendering. Env variable file. Add state to core.

* corrected small lint errors.
2016-04-08 08:26:06 +02:00
Artur Paikin
b9c98b5b73 He removed the dot and paid for it 2016-04-08 01:18:02 -04:00
Harry Hedger
7935266d7f checkAuth and getFile unit tests for Google Drive. added nock and node-fetch. 2016-04-07 12:54:37 -04:00
Kevin van Zonneveld
e4d8d0a490 Test if actual i18n text exists: Выберите файл или перенесите его сюда. 2016-04-07 16:38:38 +02:00
Kevin van Zonneveld
bd454e18cd core: Upgrade from babel5 -> babel6 2016-04-07 13:28:42 +02:00
Kevin van Zonneveld
3f875ba95d Limit the amount of time we'll wait for the consoleElement to be loaded 2016-04-07 11:33:12 +02:00
Kevin van Zonneveld
b421af98ec Dump any webbrowser errors to the console 2016-04-07 11:09:41 +02:00
Kevin van Zonneveld
7256fb1113 Test refactoring /cc @arturi @hedgerh
- Move failing multipart dir into a v0.0.5 directory
- Add a passing dummy i18n acceptance test
- Move acceptance tests into own dir, just like unit tests
- Make acceptance test run the same way as as unit tests, via an
index.js
- Remove bash requirement to run acceptance tests
2016-04-07 09:18:12 +02:00
Kevin van Zonneveld
0b8c9871d7 Use Firefox which is recommended on Travis
https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to
-Run-Tests-That-Require-a-GUI
2016-04-06 16:31:51 +02:00
Kevin van Zonneveld
ae55424d1d Upgrade eslint & standard and fix linting accordingly 2016-03-18 11:22:40 +01:00
Harry Hedger
59675a265d Added comments to sections. 2016-03-16 01:16:16 -04:00
Harry Hedger
8eaedc6a8c Removed css dummy file and replaced with image. 2016-03-16 01:14:02 -04:00
Harry Hedger
054cffac6e Completed multipart test. Added debug:true to multipart example. Added test files. 2016-03-16 01:11:12 -04:00
Harry Hedger
df2bab0e8a Removed unused testing lib folder. 2016-03-16 01:10:25 -04:00
Harry Hedger
6ec338f416 Fix file array issue. Add array flatten util. Wrote multipart test. Add GoogleDrive to Modal. 2016-03-12 12:47:04 -05:00
Kevin van Zonneveld
bee76d5525 Rename ru locale to ru_RU, in line with en_US 2016-03-07 10:48:06 +01:00
Kevin van Zonneveld
2d30ca657a Rename acquire->acquirer 2016-03-07 10:29:52 +01:00
Kevin van Zonneveld
ef60b49bdf Rename a few missed selecter->acquire occurrences 2016-03-07 10:24:17 +01:00
Kevin van Zonneveld
2e7746eea7 core: Pluralize collections (locales, just l like plugins) 2016-03-07 10:16:43 +01:00
Kevin van Zonneveld
9b8595943a core: Rename selecter to acquire 2016-03-07 09:25:08 +01:00
Harry Hedger
4cf2f42fc1 Tus acceptance test 2016-03-02 18:23:35 -05:00
Artur Paikin
c26d25a78e Changelog & minor logo cleanup 2016-02-26 01:32:30 -05:00
Kevin van Zonneveld
e4e80931ba Fix tests 2016-02-21 17:00:00 +01:00
Kevin van Zonneveld
39040c15f6 Fix bad names in fixtures 2016-02-21 16:52:43 +01:00
Kevin van Zonneveld
317567e444 Use t.throws 2016-02-21 16:52:35 +01:00
Kevin van Zonneveld
a52db8501b core: throw an error when one Plugin is .used twice
We don't support that now, and will result in very confusing behavior
2016-02-21 16:22:31 +01:00
Artur Paikin
8ccba1bac5 More Core tests 2016-02-13 23:30:48 -05:00
Artur Paikin
d89c0bf522 Tests: core 2016-02-12 19:48:54 -05:00
Kevin van Zonneveld
8eddc7c139 "Fix" test @arturi 2016-02-11 09:24:17 +01:00
Artur Paikin
14617f4860 tests update, plugin mock added (work in progress) 2016-02-09 02:15:13 -05:00
Artur Paikin
d8543fcd3a Update from master 2016-02-01 00:53:55 -05:00
Artur Paikin
eb21099650 Merge 2015-11-27 12:27:48 +03:00
Harry Hedger
689ecc18a3 changed test name 2015-11-17 12:32:29 -05:00
Harry Hedger
df1648aad3 Refactored npm scripts. 2015-11-17 12:27:15 -05:00
Harry Hedger
c7c4007cb7 add script in SpecRunner 2015-11-17 12:26:49 -05:00
Harry Hedger
d257f8ff52 Add tests and eslint 2015-11-17 12:26:49 -05:00