genecommerce / module-encryption-key-manager

Tooling to help generate and invalidate magento encryption keys
GNU Lesser General Public License v3.0
54 stars 14 forks source link

Update tests to verify frontend is functional #49

Closed convenient closed 1 month ago

convenient commented 1 month ago

From cirlceci

https://app.circleci.com/pipelines/github/genecommerce/module-encryption-key-manager/111/workflows/89d94d77-fbd9-4cb9-a80a-0801f42cd348/jobs/104

Before running tests

Verifying frontend is functional
Changed cache status:
                     full_page: 1 -> 0
<link  rel="stylesheet" type="text/css"  media="all" href="http://0.0.0.0:1234/static/version1721980920/frontend/Magento/luma/en_GB/mage/calendar.css" />
PASS

After generating a key

Verifying frontend is still functional after key generation
Flushed cache types:
config
layout
block_html
collections
reflection
db_ddl
compiled_config
eav
customer_notification
config_integration
config_integration_api
full_page
config_webservice
translate
<link  rel="stylesheet" type="text/css"  media="all" href="http://0.0.0.0:1234/static/version1721980920/frontend/Magento/luma/en_GB/mage/calendar.css" />
PASS

After running all tests

Verifying frontend is still functional after all the tests
Flushed cache types:
config
layout
block_html
collections
reflection
db_ddl
compiled_config
eav
customer_notification
config_integration
config_integration_api
full_page
config_webservice
translate
<link  rel="stylesheet" type="text/css"  media="all" href="http://0.0.0.0:1234/static/version1721980920/frontend/Magento/luma/en_GB/mage/calendar.css" />
PASS