Skip to content

takeda/robotframework-docker

 
 

Repository files navigation

https://travis-ci.com/vogoltsov/robotframework-docker.svg?branch=master

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

pip3 install robotframework-docker
python3 setup.py install
*** 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}

Apache License 2.0

About

Robot Framework library for testing with Docker containers and Docker Compose

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.6%
  • RobotFramework 14.9%
  • Shell 4.5%
  • Dockerfile 1.0%