aboutsummaryrefslogtreecommitdiffstats
path: root/vaadin-grid/test/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'vaadin-grid/test/index.html')
-rw-r--r--vaadin-grid/test/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/vaadin-grid/test/index.html b/vaadin-grid/test/index.html
new file mode 100644
index 0000000..e9bd2fc
--- /dev/null
+++ b/vaadin-grid/test/index.html
@@ -0,0 +1,24 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <script src="../../webcomponentsjs/webcomponents.min.js"></script>
+ <script src="../../web-component-tester/browser.js"></script>
+</head>
+<body>
+<script>
+WCT.loadSuites([
+ 'grid-binding-data.html',
+ 'grid-editing-columns.html',
+ 'grid-editor-handler.html',
+ 'grid-properties.html',
+ 'grid-redrawer.html',
+// 'grid-rendering-light-dom.html',
+ 'grid-scrolling-rows.html',
+ 'grid-selecting-rows.html',
+ 'grid-static-sections.html',
+ 'grid-sorting-rows.html'
+]);
+</script>
+</body>
+</html>