diff --git a/.gitignore b/.gitignore index 727a0934..9c6d4a32 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ userfront/.env # Frontend test artifacts adminfront/test-results/ devfront/test-results/ +adminfront/playwright-report/ +devfront/playwright-report/ diff --git a/adminfront/playwright-report/index.html b/adminfront/playwright-report/index.html deleted file mode 100644 index 30b4139d..00000000 --- a/adminfront/playwright-report/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file diff --git a/devfront/playwright-report/index.html b/devfront/playwright-report/index.html deleted file mode 100644 index c98a4a9a..00000000 --- a/devfront/playwright-report/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file