From 9dae69ef3282aa7c3ebd5243b77199108ad595f9 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 7 Apr 2024 00:25:15 +0200 Subject: Add support of E2E tests using Playwright --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index de33958..6f2e48f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,12 +5,22 @@ # # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore -# Directories to ignore (do not add trailing '/'s, they skip symlinks). +# Directories to ignore (do not add trailing '/'s, they skip symlinks): # Generated files from NPM. /node_modules # Generated files by hugo. /public +# Playwright test results +/test-results +# Playwright report. +/playwright-report +# Playwright blob report. +/blob-report +# Playwright cache. +/playwright/.cache + +# Files to ignore: # Temporary lock file while building. .hugo_build.lock -- cgit v1.2.3