Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

robotframework-docker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-docker

A Robot Framework Docker Library

  • 1.4.2
  • PyPI
  • Socket score

Maintainers
1

Short Description

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

Installation

Installation using pip


.. code:: bash

   pip3 install robotframework-docker


Installation from sources

.. code:: bash

python3 setup.py install

Example

.. code:: robotframework

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

.. _Robot Framework: https://robotframework.org/

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc