Sign inSign up

nfqlt/cypress9

By nfqlt

•Updated 6 days ago

Image
0

5.8K

nfqlt/cypress9 repository overview

NOTE: This image is intended to be used with nfqlt/docker vagrant box⁠ and other nfqlt docker images⁠. Other use scenarios might work but are not tested yet.

⁠Cypress toolbox

⁠Info

This is an image of Cypress 9.x version running on electronin toolbox format

⁠Global npm packages

This image has pre-installed npm global packages

  • cypress
⁠Configuration

Available binary paths for export:

  • /usr/bin/cypress
  • /usr/bin/xvfb-run
⁠Sample configuration
version: '2.4'
services:
  cypress:
    image: nfqlt/cypress9
    volumes:
      - './src:/home/project/src'
      - /tmp

  dev:
    image: nfqlt/php73-dev
    volumes_from:
      - service:cypress:rw
    volumes:
      - './src:/home/project/src'
      - '/home/project/.ssh:/home/project/.ssh'
      - '/etc/ssh:/etc/ssh'
      - '/etc/gitconfig:/etc/gitconfig'
      - '/etc/environment:/etc/environment-vm:ro'
    environment:
      NFQ_REMOTE_TOOL_CYPRESS: >
        /usr/local/bin/cypress

  linker:
    image: nfqlt/linker18ce
    volumes:
      - '/run/docker.sock:/run/docker.sock'

Tag summary

Content type

Image

Digest

sha256:d7f2e4f9f…

Size

576 MB

Last updated

6 days ago

docker pull nfqlt/cypress9