---
title: Shopware Storefront Testing and Debugging | Shopware Community Hub
description: >-
  Learn how to test and debug Twig, SCSS, and Storefront JavaScript files in
  Shopware to ensure a stable and maintainable Storefront.
canonical_url: 'https://hub.shopware.com/learn/course/shopware-frontend-testing-and-debugging'
---

# Shopware Storefront Testing and Debugging

# Shopware Storefront Testing and Debugging

Learning how to **test and debug** your code is an essential part of being a developer. In this course, you will learn how to test and debug **Twig**, **SCSS**, and **Storefront JavaScript** files in Shopware.

You will explore how to inspect and troubleshoot your Storefront with tools like the **Symfony Profiler**, **Frosh Development Helper**, and **Browser DevTools**, and how to use the CLI to compile, refresh, and verify your changes.
We will also cover how to run **end-to-end tests** with **Playwright** to ensure your Shopware Storefront works correctly across different environments.

By the end of this course, you will have a practical toolkit to **identify issues quickly**, **validate your changes**, and **maintain a stable Storefront**.

## Learning Units

## Units
- [Debugging Your Storefront Application](/learn/unit/frontend-debugging): Learn how to debug your Storefront application in Shopware.
- [Best practices for Running End-to-End Tests with Playwright](/learn/unit/playwright-end-to-end-tests): Learn how to write and run end-to-end tests in Shopware using Playwright.
