A Robot Framework Docker Library
Project description
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
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 robotframework-docker-1.4.2.tar.gz
.
File metadata
- Download URL: robotframework-docker-1.4.2.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11c7fd989cb55d80ca4f7926d36c9c50fc1766ec9e8a72faafd4959211a642b9 |
|
MD5 | 6b4353350763ff26fa806811d4dcfd14 |
|
BLAKE2b-256 | dd5b5b7cbb8c315366429203a6ebcc2e24661deea50b65e7b7cd56d76038f2a4 |
File details
Details for the file robotframework_docker-1.4.2-py3-none-any.whl
.
File metadata
- Download URL: robotframework_docker-1.4.2-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3263627e0235e948ca06b3e1fd297e6dc9ee35078885942da8fb0330f3ff6aea |
|
MD5 | 706b74b2d90902125a7b49694d315ae3 |
|
BLAKE2b-256 | 8ee87e254e7a96961bcd48ffd5b47069ccc278c461859feafe9762bf5448a3fc |