Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-19 | Adapted logging in the UA to use twisted.logger | Bruno Wagner | |
2016-05-11 | Remove dispatcher references from service | Caio Carrara | |
Since we're not using dispatcher anymore, it doesn't make sense to keep dispatcher references and program flows that depend on it. For example, it doesn't make sense keep the flag --organization-mode, so it was removed as well. | |||
2016-02-25 | serving the client directly, as the current dependency on proxy strips out ↵ | NavaL | |
xsrf cookies -fixing functional test Issue #612 | |||
2016-01-28 | added ft step | NavaL | |
Issue #583 | |||
2016-01-27 | Disable CSP for phantomjs | Folker Bernitt | |
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability | |||
2016-01-27 | Add a login multi user functional test | Folker Bernitt | |
- Issue #576 - Extended AppTestClient with multi user support | |||
2016-01-06 | moving screenshots to a different folder -- to be saved as artifacts in snap | NavaL | |
2015-09-10 | Add 'with ImplicitWait' to allow shorter timeouts | Folker Bernitt | |
- necessary if elements do not exist, selenium seems to wait the entire explict timeout in this case | |||
2015-08-18 | pep8 | kaeff | |
2015-08-18 | Delete mail after attachments FT to avoid false negative | kaeff | |
Since attachments.feature didn't clean up after itself, search_and_destroy failed afterwards (relied on an empty mailbox) | |||
2015-08-11 | Start events server before running functional tests. | Folker Bernitt | |
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests" | |||
2015-08-11 | Fixed pep8 warnings in environment.py. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Fixed all functional tests using crochet. | Folker Bernitt | |
- Issue #420 - Added crochet as a test dependency - crochet now executes twisted in same process, in a background thread | |||
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-03-26 | Fixed pep8 errors. | Tiago Ferraz | |
2015-03-26 | New test that use checkboxes. Removal of hamcrest lib, code refactoring. | Tiago Ferraz | |
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures. | |||
2015-03-09 | Refactoring of fuctional tests | Tiago Ferraz | |
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code. | |||
2015-02-03 | Running functional tests with phantomjs | Duda Dornelles | |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some ↵ | Duda Dornelles | |
search_engine calls to Mailbox | |||
2015-01-27 | running behave tests with phantom | Duda Dornelles | |
2015-01-27 | #237 #232 #196 syncing user data once before starting the UA. Displaying a ↵ | Duda Dornelles | |
loading screen in the meantime. The initial sync will make sure the user has a single key pair | |||
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |
2014-12-18 | moving back to phantomjs as driver for functional tests | Duda Dornelles | |
2014-12-18 | Running functional tests behind tornado proxy: breaking the build :) | Duda Dornelles | |
2014-12-11 | optmizing python imports | Duda Dornelles | |
2014-11-21 | refactoring so the app_test_client knows how to start itself in a thread | Duda Dornelles | |
2014-11-19 | better organization for integration test support classes | Duda Dornelles | |
2014-11-18 | Fixing functional tests. Im not proud. | Duda Dornelles | |
2014-11-06 | improving log and logging to file on functional tests | Duda Dornelles | |
2014-11-05 | moving to twisted | Duda Dornelles | |
2014-10-27 | Attempt to fix functional tests: adding more wait_untils on the core of our ↵ | Duda Dornelles | |
selectors (like capybara), disabling mail list autoRefresh (only for functional tests) and adding some ridiculos timeout in a specific step | |||
2014-10-22 | Disabled requests logging for functional tests | Bruno Wagner | |
2014-10-15 | getting rid of "pixelated" in the names of many classes - redundant | Duda Dornelles | |
2014-10-15 | moving things out of user_agent. now it is called runserver and only does ↵ | Duda Dornelles | |
basic app setup and delegates to other "classes". | |||
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles | |
2014-10-09 | Setting up the app for functional tests using soledad test base so we can ↵ | Duda Dornelles | |
control the data | |||
2014-10-09 | moving fake-service features to service, getting rid of setup.py test ↵ | Duda Dornelles | |
requires and getting them into test_requirements.txt |