Skip to content

Commit

Permalink
Minor edits. Added PDF of presentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpriest committed Oct 10, 2019
1 parent 11fc200 commit f51c3d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,23 @@ Lightweight Alpine Docker container that runs Robot Framework using Selenium Chr

This repository has a Dockerfile that creates a container to run Robot Framework scripts locally, avoiding the hassles of setting up Python and Robot Framework locally.

### Versioning
## Versioning

* robotframework: latest
* robotframework-seleniumlibrary: latest
* robotframework-faker: latest
* Chrome webdriver: latest
* Chromium browser: latest

### Pre-requisites
## Pre-requisites

Docker should be already installed and running.

## Assumptions

All of the helper scripts here are written for Mac/Linux in bash. It should be possible to translate these over to a Windows equivilant or possibly use WSL (Windows Subsystem For Linux) to run these.

## Setup

### 1) Create docker image and shared volume:

Expand Down Expand Up @@ -122,7 +127,7 @@ Found a work around for Chrome error in headless mode here which eliminates the

## Disclaimer

* I build this mainly to use for my own personal use. YMMV.
* I built this for my own personal use. YMMV.
* It works on my system :)
* It is pitch black. You are likely to be eaten by a grue.

Expand Down
Binary file added presentation/Robot Framework.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion tests/g-resource/common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Library DateTime
${URL} https://www.thecrumb.com
${BROWSER} headlesschrome


*** Keywords ***
Setup Browser
Open Browser ${URL} ${BROWSER}
Expand Down
17 changes: 0 additions & 17 deletions todo.md

This file was deleted.

0 comments on commit f51c3d0

Please sign in to comment.