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
committerBuild Agent <build@vaadin.com>2015-05-21 15:01:44 +0300
commitc86070212c7316585e00129e2b1f8045fe5e3db2 (patch)
tree07a31351c5d195b8241244548b84ab10dc54bd8c /vaadin-grid/test/index.html
downloadvaadin-core-0.2-snapshot.tar.gz
vaadin-core-0.2-snapshot.zip
Release version 0.2-snapshot.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>