An open API service indexing awesome lists of open source software.

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

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-robot

Click 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/