Skip to content

Verify Live Local Code Mounting via Docker Volumes

Verify Live Local Code Mounting via Docker Volumes

  • 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 developers can mount local PrestaShop code into a Docker container and see changes immediately without rebuilding or restarting the container.

Pre-state:

  • Local PrestaShop codebase is available.
  • Docker and Docker Compose are installed.

Test Steps

  1. Start the environment.
  2. Modify a file in your local code.
  3. Check changes via browser.

Expected result

  • The change is reflected immediately without needing to restart the container.
  • No permission or sync issues occur.
Edited by AH0981