mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[fix] selenium test and changed Creation Document No to a Dynamic Link
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"db_name": "test_frappe",
|
||||
"db_password": "test_frappe",
|
||||
"auto_email_id": "test@example.com",
|
||||
"mail_server": "smtp.example.com",
|
||||
"mail_login": "test@example.com",
|
||||
"mail_password": "test",
|
||||
"admin_password": "admin",
|
||||
"auto_email_id": "admin@example.com",
|
||||
"host_name": "http://localhost:8888",
|
||||
"auto_email_id": "admin@example.com",
|
||||
"mute_emails": 1,
|
||||
"run_selenium_tests": 1,
|
||||
"host_name": "http://localhost:8000",
|
||||
"install_apps": ["erpnext"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user