From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- apps/it/static/js/ui/tests/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 apps/it/static/js/ui/tests/index.html (limited to 'apps/it/static/js/ui/tests/index.html') diff --git a/apps/it/static/js/ui/tests/index.html b/apps/it/static/js/ui/tests/index.html new file mode 100644 index 0000000..53487e8 --- /dev/null +++ b/apps/it/static/js/ui/tests/index.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Tests + + + + + + + + +
+

jQuery UI Tests

+
+

Unit Tests

+

Unit tests exist for all functionality in jQuery UI. + The unit tests can be run locally (some tests require a web server with PHP) + to ensure proper functionality before committing changes. + The unit tests are also run on TestSwarm + for every commit.

+ +

Visual Tests

+

Visual tests only exist in cases where we can't verify proper functionality + with unit tests. These may be either purely visual or just hard to automate. + Most visual tests will provide a description of what is happening on the page + and what to look for.

+
+
+ + + -- cgit v1.2.3