fix: UI test dont start without init

This commit is contained in:
Ankush Menat 2023-09-13 12:33:49 +05:30
parent b0bb9a55d5
commit 64dd4b876b

View file

@ -863,6 +863,7 @@ def run_ui_tests(
):
"Run UI tests"
site = get_site(context)
frappe.init(site)
app_base_path = frappe.get_app_source_path(app)
site_url = frappe.utils.get_url(site)
admin_password = frappe.get_conf(site).admin_password