Forráskód Böngészése

blah blah blah...does any one read README?

Aditya Ivaturi 15 éve
szülő
commit
22383e6277
3 módosított fájl, 15 hozzáadás és 8 törlés
  1. 7 2
      Changes
  2. 2 1
      MANIFEST
  3. 6 5
      README

+ 7 - 2
Changes

@@ -1,8 +1,13 @@
 Revision history for Selenium-Remote-Driver
 
 0.10    5-2-2010
-        Implemented support for JSON wire protocol as of a4 release of
-        Selenium 2.0
+        - Implemented support for JSON wire protocol as of a4 release of
+        Selenium 2.0.
+        - The main Driver & WebElement modules are implemented & functional.
+        - Added unit tests for Driver. As of this moment only live testing is
+        supported as the server itself is alpha & mocking its behavior doesn't
+        help our cause.
+        - Added POD for Driver & WebElement
 0.01    2-21-2010
         First version, released on an unsuspecting world.
 

+ 2 - 1
MANIFEST

@@ -8,4 +8,5 @@ lib/Selenium/Remote/RemoteConnection.pm
 lib/Selenium/Remote/ErrorHandler.pm
 lib/Selenium/Remote/Commands.pm
 t/00-load.t
-t/01-driver.t
+t/01-driver-live.t
+t/http-server.pl

+ 6 - 5
README

@@ -7,12 +7,13 @@ This is a very early (read alpha) work of Perl Bindings for Selenium
 Selenium. Please use WWW::Selenium from CPAN if you're interested in
 1.0 bindings. 
 
-The wire protocol has changed for Selenium remote server since alpha1 & 
-this code is currently only going to work with alpha2 release of the server. 
+Bumped up the version to 0.10 and this should work with alpha4 release of
+Selenium 2.0. The unit tests provide some examples on how to invoke the Driver
+& use the module. As of this moment only live testing (i.e. no mocking) is
+implemented as the Selenium server itself is in alpha.
 
-Some of the code & most of the test suites are pretty much boiler 
-plate, so if you really want to play with bleeding edge code, download 
-the code & play with it.
+If you really want to play with bleeding edge code, download the code & play
+with it.
 
 INSTALLATION