Skip to content

Commit

Permalink
Merge branch 'master' into update-fa23
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Oct 28, 2023
2 parents d9a3fad + a4f8b52 commit e8fd32b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker image for Python Behavior Driven Development Pipeline
FROM rofrano/nyu-devops-base:fa23

# This build image needs to be root
# This build image needs to be root to work in IBM Cloud CI/CD
USER root

# Install Selenium, Chrome and Firefox
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PLATFORM ?= "linux/amd64,linux/arm64"

DOCKER_BUILDKIT = 1

all: init build
all: help

## help: Lists help on the commands
.PHONY: help
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
[![Build Status](https://github.com/rofrano/pipeline-selenium/actions/workflows/build.yml/badge.svg)](https://github.com/rofrano/pipeline-selenium/actions)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

The repository creates a Docker image with Selenium and Chrome for use in a Python Behavior Driven Development.
This Docker image is for Python Behavior Driven Development with Selenium, Chrome, and Firefox pre-installed.

## Description

This Docker image is based on the Python 3.11-Slim Debian 11 and contains Python 3 with Selenium and the ChromeDriver to perform BDD testing with Behave.
This Docker image is based on the Python 3.11-Slim Debian 11 and contains Python 3 with Selenium and both the ChromeDriver and GeckoDriver to perform BDD testing with Behave with either headless Chrome or Firefox.

## Usage

Expand Down

0 comments on commit e8fd32b

Please sign in to comment.