Skip to content

[Question][backstopjs] How can we access report using a configured URL? #7

Description

@diegom-ciandt

Hi.

On my docker.yml file, i'm trying the following configuration to access backstopjs report directly:

services:
  backstopjs:
    image: backstopjs/backstopjs:latest
    volumes:
      - ${PROJECT_ROOT}/tests/backstopjs:/src
    labels:
      io.docksal.virtual-host: backstop.${VIRTUAL_HOST}
    entrypoint: "/bin/sh"
    stdin_open: true
    tty: true

However it's giving error 500 for me.
Do you have any idea what can I do?
Also, can we open a default configuration for it on this repo?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions