Commit graph

14 commits

Author SHA1 Message Date
Raffael Meyer
d823417d2f feat(tests): add api/resources 2019-10-05 02:26:21 +02:00
Faris Ansari
d719f77edb
fix(ui-tests): Pick admin password from config (#7842) 2019-07-05 12:24:07 +05:30
Faris Ansari
8fb2a538ec test: Add UI test for Link control (#7809)
* test: Add UI test for Link control

- Add API cy.call
- Add API cy.create_records
- Add ui_test_helpers.py

* style: Missing semicolon

* style: Missing semicolon

* style: Missing semicolon

* style: Remove unused imports

* test: Robust test for setting invalid value

* style: Remove unused import
2019-07-03 07:55:36 +05:30
Suraj Shetty
8d40f513eb test: Add clear cache command 2019-06-03 09:33:51 +05:30
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