diff --git a/.gitignore b/.gitignore index 6ffb0d1..40b635f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# playwright output +/playwright-report/ +/test-results/ diff --git a/playwright-report/index.html b/playwright-report/index.html deleted file mode 100644 index 90913c3..0000000 --- a/playwright-report/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file diff --git a/test-results/.last-run.json b/test-results/.last-run.json deleted file mode 100644 index cbcc1fb..0000000 --- a/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "passed", - "failedTests": [] -} \ No newline at end of file