Verify Availability and Completeness of PrestaShop Docker Image
Verify Availability and Completeness of PrestaShop Docker Image
- Test case designer: name
- Date of creation : 12.07.2025
Update history
- version 0.2 - 11.08.2025 - Edited steps
- version 0.1 - 02.07.2025 - test case created
Test case description
Ensure the provided Docker image includes all required PHP extensions and libraries for PrestaShop development to guarantee consistent and ready-to-use environments across development, CI, and testing stages.
Pre-state:
- Docker is installed on the developer machine or available in CI/CD runners.
- Access to the Docker image or Dockerfile repository.
Test Steps
- Pull or build the Docker image
- Start a container
- Inside the container, run: php -m
Expected result
- The Docker image builds/pulls successfully and starts without errors.
- All required PHP extensions are present, ensuring compatibility with PrestaShop development.
Edited by AH0981