[Checkins] SVN: gocept.selenium/trunk/ merge -r 113445:113449 svn+ssh://svn.zope.org/repos/main/gocept.selenium/branches/jw-staticfiles-testlayer2

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Jun 29 07:38:55 EDT 2010


Log message for revision 113970:
  merge -r 113445:113449 svn+ssh://svn.zope.org/repos/main/gocept.selenium/branches/jw-staticfiles-testlayer2

Changed:
  U   gocept.selenium/trunk/CHANGES.txt
  A   gocept.selenium/trunk/src/gocept/selenium/static/
  A   gocept.selenium/trunk/static.cfg

-=-
Modified: gocept.selenium/trunk/CHANGES.txt
===================================================================
--- gocept.selenium/trunk/CHANGES.txt	2010-06-29 11:10:08 UTC (rev 113969)
+++ gocept.selenium/trunk/CHANGES.txt	2010-06-29 11:38:55 UTC (rev 113970)
@@ -1,10 +1,11 @@
 Changes
 =======
 
-0.4.3 (unreleased)
+0.5 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Add a static files test layer for running selenium tests against a set
+  of static (HTML) files.
 
 
 0.4.2 (2010-05-20)

Copied: gocept.selenium/trunk/static.cfg (from rev 113449, gocept.selenium/branches/jw-staticfiles-testlayer2/static.cfg)
===================================================================
--- gocept.selenium/trunk/static.cfg	                        (rev 0)
+++ gocept.selenium/trunk/static.cfg	2010-06-29 11:38:55 UTC (rev 113970)
@@ -0,0 +1,14 @@
+[buildout]
+develop = .
+parts = test seleniumrc
+package = gocept.selenium
+
+[seleniumrc]
+recipe = collective.recipe.seleniumrc
+url = http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
+md5sum = 068b1adb26a7450717e6d6d67e261b58
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = ${buildout:package}
+defaults = ['--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'ztk', '-v', '--auto-color']



More information about the checkins mailing list