Skip to content

guidodemmenie/docker-robotframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Robotframework with RestInstance test-execution container


Just some quick commands so that you know how to use it.

To build the new container after making changes:

$ docker build -t robotframework:latest .

To run the container:

$ docker run --rm -ti -v c:\<path\to\rf-tests>:/usr/src/project  robotframework:latest bash
  • Edit your testsuites using your favorite IDE from your local installation.
  • Run the tests from the interactive docker prompt.

About

Docker image voor robotframework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published