Commit graph

10 commits

Author SHA1 Message Date
Faris Ansari
8524c143cd fix: UI Test 2019-05-12 18:16:51 +05:30
Suraj Shetty
3d21bba74d test: fix fill_field command for code fieldtype 2019-04-20 14:01:19 +05:30
Faris Ansari
93523df7d6 style: Missing semicolon 2019-04-13 15:49:21 +05:30
Faris Ansari
a5c6dbf3ed test: Add UI test for FileUploader 2019-04-13 15:29:32 +05:30
Mangesh-Khairnar
b5d1a3aa18 fix: pass fields as array in cypress dialog 2019-03-28 12:05:31 +05:30
Mangesh-Khairnar
cb47502fb9 chore: add expect to eslintrc 2019-03-27 20:09:39 +05:30
Mangesh-Khairnar
19af18767e test: add cypress command for initializing a dialog for ui testing 2019-03-25 16:47:28 +05:30
Faris Ansari
b61a37a233 fix: Notification test in Postgres (#7044) 2019-03-08 20:47:21 +05:30
Aditya Hase
b6ff770c61 feat(cypress): Add awesomebar command 2019-02-19 21:58:58 +05:30
Faris Ansari
83d6659e12 Add UI tests using Cypress (#6562)
* 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
2018-12-03 09:07:31 +05:30