https://github.com/gotcha/plone-robot-documentation
Plone testing with robotframework documentation
https://github.com/gotcha/plone-robot-documentation
Last synced: 4 months ago
JSON representation
Plone testing with robotframework documentation
- Host: GitHub
- URL: https://github.com/gotcha/plone-robot-documentation
- Owner: gotcha
- Created: 2011-11-08T21:38:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-09T00:20:55.000Z (over 13 years ago)
- Last Synced: 2025-01-19T17:13:52.735Z (5 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Robot-Framework Example Buildout:
---------------------------------https://github.com/plone/buildout.coredev/tree/4.1-robot
How to get started with Robot Framework:
----------------------------------------
To get started, you need to first fork the 4.1-robot repository and then clone and create the Robot Framework coredev buildout.
Fork the 4.1-robot repository:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Go to https://github.com/plone/buildout.coredev/tree/4.1-robotClick the "Fork" Button
A new fork will be available at https://github.com//buildout.coredev/
Clone and create the Robot Framework coredev buildout:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~::
$ git clone https://github.com//buildout.coredev
$ cd buildout.coredev
$ git checkout 4.1-robot
or use::
$ git clone -b 4.1-robot https://github.com/