Add initial setup for frontend / end-to-end tests with Playwright (#1261)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Alejandra
2024-07-22 18:00:02 -05:00
committed by GitHub
parent ddd4b1dbfd
commit 000580d0ac
9 changed files with 290 additions and 3 deletions

4
frontend/.gitignore vendored
View File

@@ -23,3 +23,7 @@ openapi.json
*.njsproj
*.sln
*.sw?
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/