The Site-Wide Analysis Tool provides 24/7 real-time performance monitoring, reports, and recommendations to ensure the security and operability of Adobe Commerce on cloud infrastructure installations. It also provides detailed information about available and installed patches, third-party extensions, and your Adobe Commerce installation.
For on-premises installation of Adobe Commerce, you must install an agent on your infrastructure to use the tool. You do not need to install the agent on Adobe Commerce on cloud infrastructure projects.
Agent Install Guide: https://devdocs.magento.com/tools/site-wide-analysis.html
Functional tests are created with by expect
.
Run the following command to build docker image and run tests
bash tests/functional-tests.sh
To create a new test you can use autoexpect
and generate a test.
- Build a docker image
docker build -f tests/Dockerfile -t installer-functional-test .
- Generate a test
docker run -v "$(pwd)":/app --rm -it installer-functional-test autoexpect /app/install.sh
- Copy test into the tests directory and update tests/functional-tests.sh file