Hybris-Upgrade in Web-UI with Python and Selenium
#!/usr/bin/env python “”” hac-updatesystem.py On a running hybris server as specified by HYBRIS_BASE_URL do a login and a “updatesystem” in the hybris administration console. Currently supported hybris releases: 4.4 (4.3), 4.5, 4.6, 4.7, 4.8, 5.4 Specifying the admin password: – as first command line argument of this script (not recommended!) – as environment variable ADMINPASSWORD […]
Increase Performance on Product Cockpit
hybris: Increase Performance on Product Cockpit The issue On many hybris installations with a big amount of products, variants and more you will recognize a long login time on the product cockpit and also when you switch catalogs in product cockpit. Two common and cheap solutions are to Disable the initial search on […]