* test(UI): Add UI tests using cypress
* test: Add test configuration for travis
* fix: Lock redis version
* fix: Refactor fill_field command
* fix: Rename setup_wizard test to run first
* test: Add setup for dashboard service
* test: Add build matrix for ui test
* test: Add name to each build matrix
* test: Only include ui test for an extra build stage
* fix: Exclude UI test with python 3.6
* test: Test order
* test: Enable developer_mode
* test(login): Check session user and not hash
* test: Refactor assert
* test: Refactor setup wizard test
* test: Remove setup wizard test
* test: Add blank seed database
* test(form): Scroll to top before save
* test: Fix form test
* test: timeout
* test: more wait
* test: Remove specific selector
* test: Remove wait, delay typing
* test: Blur input after typing
* test: Wait for form to get dirty
* test: Add credentials for frappe org
* test: Remove node install step
* style: Fix linting issues
* fix: List view filters
- ToDo: Dont override frappe.route_options if it is already set
* test: Dont reload page before test
* [webform] login and date control working
* [webform] text editor and autocomplete imports
* [webform] add utils (before commons) to web js
* [website][init] messages in website
* [webform][wip] date field
* [webform][purge] form via controls and values
* [webform] remove old extraneous get_data code
* [webform][purge] remove upload handler and other listeners
* [webform][new] WebForm object
* [webform] save docs
* [webform] edit profile
* [controls] import awesomplete in multiselect
* [webform] handle existing doc or new form
* [es-module] independence of grid control by import structure
* [webform] grid on website! Stage I
* [webform][grid] include meta, model and perm on website >.<
* [webform] fix payment details
* [webform][fix] get table fields
* [webform][test] remove server field html test as not required
* [webform] check document permission
* Rename WebForm.js to webform.js
- Use PostCSS instead of Less plugin
- Fixes CSS append problem
- Show which css file changed instead of rollup.manifest.css
- Minify CSS in production
- Cannot import less/css files in js files, put them in build.json
- Let's avoid major changes in Frappe Framework now :)