A recipe for setting a ready-to-use selenium RC environment
Project description
Code repository: http://svn.rcom.com.ar/rcom.recipe.seleniumenv
Questions and comments to santiycr@rcom.com.ar
Report bugs at http://rcom.com.ar/
Detailed Documentation
Supported options
The recipe supports the following options:
- option1
Description for option1…
- option2
Description for option2…
Example usage
We’ll start by creating a buildout that uses the recipe:
>>> write('buildout.cfg', ... """ ... [buildout] ... parts = test1 ... ... [test1] ... recipe = rcom.recipe.seleniumenv ... option1 = %(foo)s ... option2 = %(bar)s ... """ % { 'foo' : 'value1', 'bar' : 'value2'})
Running the buildout gives us:
>>> print 'start', system(buildout) # doctest:+ELLIPSIS start... Installing test1. Unused options for test1: 'option2' 'option1'. <BLANKLINE>
Contributors
Santiago Suarez Ordoñez, Author Juan Pablo Gimenez, Contributor
Change history
0.1 (xxxx-xx-xx)
Created recipe with ZopeSkel [Santiago Suarez Ordoñez].
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rcom.recipe.seleniumenv-0.1dev-r4475.tar.gz
.
File metadata
- Download URL: rcom.recipe.seleniumenv-0.1dev-r4475.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fbd03925d790ce6967aa59b9d9caf9fde9f920dfb5fc7bb5ab6f2d38694bc11 |
|
MD5 | e143026aed7f84cc1f5e921ac9be1f34 |
|
BLAKE2b-256 | 6de279c9b57f81e46ebc4f4d757cb3b38e4e8a6a18b4f341de370360e66b083f |
File details
Details for the file rcom.recipe.seleniumenv-0.1dev_r4475-py2.5.egg
.
File metadata
- Download URL: rcom.recipe.seleniumenv-0.1dev_r4475-py2.5.egg
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83313a6786d065a223e6d70bfc67b5b4899174441e828ed4c3cbfe3e1e82548d |
|
MD5 | cd9c5af4324d8280cb3d00d7114e7521 |
|
BLAKE2b-256 | 3c6b454962e5743a6e8d349aa2e39962245568904fd002b737301e1722507b14 |