aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/support/component-index.html
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/support/component-index.html')
-rw-r--r--cypress/support/component-index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/cypress/support/component-index.html b/cypress/support/component-index.html
new file mode 100644
index 00000000000..e525b445373
--- /dev/null
+++ b/cypress/support/component-index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<!--
+ - SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
+ - SPDX-License-Identifier: AGPL-3.0-or-later
+-->
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <title>Components App</title>
+ </head>
+ <body>
+ <div data-cy-root></div>
+ </body>
+</html> \ No newline at end of file