aboutsummaryrefslogtreecommitdiffstats
path: root/vaadin-grid/test/index.html
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2015-01-21 23:28:24 -0800
committerSauli Tähkäpää <sauli@vaadin.com>2015-05-21 14:42:07 +0300
commit5759ee06e8fbdc2caeb912d614ec5a42834d009d (patch)
treecaeef1516f932f5d96909054cf4b13e82d1c5a22 /vaadin-grid/test/index.html
downloadvaadin-core-5759ee06e8fbdc2caeb912d614ec5a42834d009d.tar.gz
vaadin-core-5759ee06e8fbdc2caeb912d614ec5a42834d009d.zip
Release version 0.2-snapshot.
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>