test(docker): Added docker container

Playwright tests execute in containers, allowing developers to test independently of the operating system.
This commit is contained in:
2026-07-15 13:55:27 +02:00
parent 1874c0ea9e
commit 9821ffe642
2 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
services:
test:
build:
context: .
dockerfile: Dockerfile.test
working_dir: /app/packages/luna-charts