summaryrefslogtreecommitdiffstats
path: root/tests/e2e
diff options
context:
space:
mode:
authorAntonin Delpeuch <antonin@delpeuch.eu>2024-12-16 09:13:14 +0100
committerAntonin Delpeuch <antonin@delpeuch.eu>2024-12-16 09:13:14 +0100
commita6a9314bdb0dedc8480c37159f96183169d1d851 (patch)
tree47488ab55819463a4ac49c1c9b39f9b35a09f1fa /tests/e2e
parentAdd Playwright test (diff)
downloadforgejo-a6a9314bdb0dedc8480c37159f96183169d1d851.tar.xz
forgejo-a6a9314bdb0dedc8480c37159f96183169d1d851.zip
Add copyright header and watch header
Diffstat (limited to 'tests/e2e')
-rw-r--r--tests/e2e/repo-activity-contributors.test.e2e.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/e2e/repo-activity-contributors.test.e2e.ts b/tests/e2e/repo-activity-contributors.test.e2e.ts
index 7235d24b15..ece62cfaba 100644
--- a/tests/e2e/repo-activity-contributors.test.e2e.ts
+++ b/tests/e2e/repo-activity-contributors.test.e2e.ts
@@ -1,3 +1,12 @@
+// Copyright 2024 The Forgejo Authors. All rights reserved.
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+// @watch start
+// web_src/js/features/contributors.js
+// web_src/js/components/RepoContributors.vue
+// templates/repo/*
+// @watch end
+
import {expect} from '@playwright/test';
import {test} from './utils_e2e.ts';