Tests

Docker Frontend Tests Skill

leonj1 54b9baf 685 B Updated

File contents

Docker Frontend Tests Skill

Description

Frontend project tests must run within a Docker container defined by a Dockerfile.frontend.tests that includes all required dependencies.

Requirements

  • A Dockerfile.frontend.tests must exist in the frontend project root
  • The Dockerfile must include all dependencies needed to run the frontend tests
  • The Docker image must build successfully

Validation

Run the following command to validate the Dockerfile:

docker build -f Dockerfile.frontend.tests -t frontend-tests .

A successful build (exit code 0) indicates the Dockerfile is valid and complete.

leonj1/external-claude-skills/tree/main/skills/repo/frontend/tests commit 54b9bafc97

Frequently asked questions

npx skillmds@latest add leonj1/tests-2