robotframework-docker 1.4.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

robotframeworkdocker 1.4.2

Short Description
Robot Framework library for working with docker and
docker-compose.


Installation

Installation using pip
pip3 install robotframework-docker


Installation from sources
python3 setup.py install



Example
*** Settings ***
Documentation DockerComposeLibrary tests.
Library DockerComposeLibrary
Library RequestsLibrary
Test Setup Docker Compose Up
Test Teardown Docker Compose Down


*** Test Cases ***
Start Apache Web Server
${service} = Get Exposed Service httpd 80
Log To Console http has started and is available at http://${service.host}:${service.port}


License
Apache License 2.0

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.