Skip to content

testautomation/robotframework-dockerlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

robotframework-dockerlibrary

What?

A Robot Framework library to control Docker containers

It will mostly be a wrapper around docker.py - the Python library for the Docker Engine API [1][2]

Why?

because

How to get started?

cd tests/
pip install -r requirements.txt
robot -d results -L TRACE robot/

# check logs.html in results folder (auto-created after test run)
# look at the code of the lib and the tests
# You got the idea!

NOTE: The initial run will take a while because MongoDB Docker image (aprox. 400 MB) will be pulled in the background. ... may be I should use a smaller image for demo :-)

FEATURES

  • Docker Containers

    • run, stop, remove, inspect
  • Docker Services

    • ...

Status

PRE-ALPHA :-)

Contributiion

Clone/fork, create a pull-request, create an issue ... what ever

Any contribution is welcome!

[1] https://github.com/docker/docker-py

[2] https://docker-py.readthedocs.io/en/stable/

About

A Robot Framework library to control Docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published