conress

command module
v0.0.0-...-a97f0f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: GPL-3.0 Imports: 9 Imported by: 0

README

Cypress container image

This repository contains Dockerfiles for building a Fedora based container image with installed Cypress binary, Google Chrome and Mozilla Firefox browsers as welll as minimal amount of required dependencies.

Building arguments

FIREFOX_VERSION - desired version of Mozilla Firefox.

CHROME_VERSION - desired version of Google Chrome.

CYPRESS_VERSION - desired version of Cypress binary.

Tags

You can pull the image from here:

quay.io/redhatqe/cypress:latest

All tags are available on this page:

https://quay.io/repository/redhatqe/cypress?tab=tags

Usage

Mount a directory with the application source code and run Cypress using startcypress command:

podman run -it --rm -p 5999:5999 --shm-size=2g -w /mnt -v .:/mnt quay.io/redhatqe/cypress:latest bash
startcypress open

startcypress starts and stops Xvnc, fluxbox and Cypress in the right order. It passes all provided arguments to Cypress.

To interact with the Test Runner connect via VNC to Xvnc server in the container on port 5999.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL