This is an automated email from the git hooks/post-receive script. sylvestre pushed a commit to branch master in repository jscover.
commit e0e8fdf1419a8daa541115a7e3cf6f2a9d95cdff Author: tntim96 <[email protected]> Date: Wed Jun 25 20:34:48 2014 +1000 Improve sample description --- examples/localStorage-file-system/Readme.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/examples/localStorage-file-system/Readme.md b/examples/localStorage-file-system/Readme.md index 3d635b4..82d0a88 100644 --- a/examples/localStorage-file-system/Readme.md +++ b/examples/localStorage-file-system/Readme.md @@ -1,19 +1,21 @@ Demonstrates: - - running tests with intermediate page results stored in HTML5 local-storage (i.e. no iframes or child windows) - - saving the coverage report without a server +- running existing tests with minimal changes (i.e. no iframes or child windows - intermediate page results stored in HTML5 local-storage) +- running existing tests without a proxy +- saving the coverage report without a server To run this example: - - Download and install Selenium IDE from http://docs.seleniumhq.org/download/ - - Run the JSCover file-system instrumentation jscover-filesystem.bat/jscover-filesystem.sh - - Start the non-instrumenting web-server web-server.bat/web-server.sh - - Load selenium-ide.html in the Selenium IDE and run +- Download and install Selenium IDE from http://docs.seleniumhq.org/download/ +- Run the JSCover file-system instrumentation jscover-filesystem.bat/jscover-filesystem.sh +- Start the non-instrumenting web-server web-server.bat/web-server.sh +- Load selenium-ide.html in the Selenium IDE and run or - - Download and install Ruby and rspec - - Run the JSCover file-system instrumentation jscover-filesystem.bat/jscover-filesystem.sh - - Start the non-instrumenting web-server web-server.bat/web-server.sh - - Run 'rspec selenium-ide.rb' +- Download and install Ruby and rspec +- Run the JSCover file-system instrumentation jscover-filesystem.bat/jscover-filesystem.sh +- Start the non-instrumenting web-server web-server.bat/web-server.sh +- Run 'rspec selenium-ide.rb' The second example was generated from 'selenium-ide.html' and then modified to: + 1. Save the coverage JSON to 'target/example-fs-localStorage/jscoverage.json' 2. Append 'jscoverage_isReport = true;' to jscoverage.js so it will load the JSON above and display the coverage results \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

