Skip to content

unb-libraries/docker-einbaum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unb-libraries/docker-einbaum GitHub license GitHub repo size

A lightweight einbaum docker image for running cypress based tests in a local or CI environment.

Images

We are currently maintaining the following images:

Image Current Cypress
base ghcr.io/unb-libraries/einbaum/base:12.x-1.x 12.x
drupal ghcr.io/unb-libraries/einbaum/drupal:12.x-9.x-1.x 12.x

Usage

To use an image in local development or in a CI workflow, include the following in your docker-compose.yml:

services:
  app:
    # ...
    networks:
      - app.local.network
  
  cypress:
    image: # <IMAGE_TAG>
    container_name: einbaum.app
    depends_on:
      - app
    environment:
      - BASE_URL=http://app  # http://<APP_CONTAINER_NAME>
    volumes:
      - ./path/to/einbaum/e2e:/einbaum/e2e
      - ./path/to/einbaum/fixtures:/einbaum/fixtures
      
      # (optional) Video and Failure screenshot
      - ./path/to/einbaum/screenshots:/einbaum/cypress/screenshots
      - ./path/to/einbaum/videos:/einbaum/cypress/videos
    networks:
      # must be in same network as "app"
      - app.local.network
        
networks:
  app.local.network:
    name: app.local.network

Author / Contributors

This application was created at UNB Libraries by the following humans:

License

  • As part of our 'open' ethos, UNB Libraries licenses its applications and workflows to be freely available to all whenever possible.
  • Consequently, the contents of this repository [unb-libraries/docker-einbaum] are licensed under the MIT License. This license explicitly excludes:
    • Any website content, which remains the exclusive property of its author(s).
    • The UNB logo and any of the associated suite of visual identity assets, which remains the exclusive property of the University of New Brunswick.

About

Docker images for einbaum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages