Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-08 | moving users: app and test files | Azul | |
2014-04-08 | fix requiring core extensions - most tests pass | Azul | |
some message tests are failing for me right now. | |||
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |
2014-04-02 | Fix soledad sync nagios plugin returned check_name (#5430). | db | |
2014-03-07 | Add script to check if soledad is working (#5239). | db | |
2014-03-02 | including chiiphs comments | Azul | |
2014-03-02 | autopep8 nagios webapp login test | Azul | |
2014-02-27 | nagios test for logging into webapp | Azul | |
2014-02-10 | refactor tests to ease the testing of token only auth | Azul | |
2014-02-07 | log failing integration tests with screenshot | Azul | |
* store the last screenshot in tmp * store the html and the end of the server log in tmp Filenames are build from the test class name and the tests name. | |||
2014-02-06 | integration test with en-EN language | Azul | |
Tests fail on machines that default to other available languages. Also move setting capybara driver to be javascript driver into the BrowserIntegrationTest. | |||
2013-12-29 | Return 'provider.json' via a controller, to better be able to control the ↵ | elijah | |
response headers (in particular, 'X-Minimum-Client-Version'). It must now be placed in config/provider/provider.json | |||
2013-12-22 | locale prefix support: | elijah | |
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path | |||
2013-12-13 | minor: rename test | Azul | |
2013-10-15 | detect os in browser and show proper download link | Azul | |
We add a class to the html element based on the detected os and use that to pick which download link should be visible. If we detect an os that is not supported we display a deactivated download link instead with all alternatives. | |||
2013-09-17 | integration tests for session expiry | Azul | |
2013-09-03 | integration test for displaying internal server error during signup | Azul | |
2013-09-03 | Test the error handling of json and html responses | Azul | |
2013-07-24 | validations of email format and local domain moved over | Azul | |
2013-07-16 | ensure the page has been reloaded before testing current_path | Azul | |
This test would fail sometimes on assert_equal '/', current_path I believe it was a timing issue. page.has_content? will wait for the content to show up. So afterwards the current_path should always be correct. | |||
2013-07-14 | make sure capybara runs the whole rack app | Azul | |
We use port 3003 for the integration test server. This test takes a few seconds (~8) now. Most of this is startup time of the server. A second run still takes 2 seconds like before. | |||
2013-07-14 | js integration test for signup, login, logout | Azul | |
2013-07-01 | print couch version in test couch setup | Azul | |
This way we can track down couch version related issues on travis. | |||
2013-03-06 | simulate couch migration workflow on travis | Azul | |
* first setup couch similar to what we'll have on the platform * then run migrations as admin * then drop admin privileges * then proceed with the normal test script | |||
2013-01-11 | basic dummy data for users | Azul | |
2012-11-19 | use latest mocha version without monkey patching :) | Azul | |
2012-11-04 | fixing tests, including support files from all engines | Azul | |
2012-10-24 | basic admin controller methods and helpers + tests | Azul | |
2012-10-11 | fixed cert tests - adding test data and not testing the inline cert download ↵ | Azul | |
filename | |||
2012-10-11 | lets not track the logs in version controll | Azul | |
2012-10-08 | removed tmp cache files in dummy test dir | Azul | |
2012-10-08 | use couchrest session store in core, updated dummy path | Azul | |
2012-10-05 | adding mocha for tests | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |