35 lines
1.7 KiB
XML
35 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>CasperJS</id>
|
|
<title>CasperJS</title>
|
|
<version>1.1-beta1</version>
|
|
<authors>Nicolas Perriault</authors>
|
|
<owners>Ethan J. Brown</owners>
|
|
<summary>CasperJS is a navigation scripting & testing utility for PhantomJS and SlimerJS written in Javascript</summary>
|
|
<description>CasperJS is an open source navigation scripting & testing utility written in Javascript for the PhantomJS WebKit headless browser and SlimerJS (Gecko). It eases the process of defining a full navigation scenario and provides useful high-level functions, methods & syntactic sugar for doing common tasks such as:
|
|
|
|
* defining & ordering browsing navigation steps
|
|
* filling & submitting forms
|
|
* clicking & following links
|
|
* capturing screenshots of a page (or part of it)
|
|
* testing remote DOM
|
|
* logging events
|
|
* downloading resources, including binary ones
|
|
* writing functional test suites, saving results as JUnit XML
|
|
* scraping Web contents</description>
|
|
<releaseNotes>https://github.com/n1k0/casperjs/releases/tag/1.1-beta1</releaseNotes>
|
|
<projectUrl>http://casperjs.org/</projectUrl>
|
|
<tags>casperjs javascript browser test webkit phantomjs slimerjs</tags>
|
|
<licenseUrl>http://en.wikipedia.org/wiki/MIT_License</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/CasperJS/casperjs_logo.jpg</iconUrl>
|
|
<dependencies>
|
|
<dependency id="PhantomJS" version="1.9.1"/>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
</files>
|
|
</package>
|